<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="MF-%20turma%20A_arquivos/estilo.css">
<link rel="stylesheet" href="MF-%20turma%20A_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="MF-%20turma%20A_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="MF-%20turma%20A_arquivos/jquery.js" type="text/javascript"></script>
<script src="MF-%20turma%20A_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="MF-%20turma%20A_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="MF-%20turma%20A_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Noite | A - Mdia Final</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="6" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="45" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96453" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="Mdia Final" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;687342&nbsp;AURILANE PAZ COSMO
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="687342" type="hidden"></td>
            
            <td id="colunaNotaAluno_687342_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_154" id="ci_AlunoAvaliacao_687342_154" value="" type="hidden">
                <input name="nr_Nota_687342_154" id="nr_Nota_687342_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_160" id="ci_AlunoAvaliacao_687342_160" value="" type="hidden">
                <input name="nr_Nota_687342_160" id="nr_Nota_687342_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_530" id="ci_AlunoAvaliacao_687342_530" value="" type="hidden">
                <input name="nr_Nota_687342_530" id="nr_Nota_687342_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_780" id="ci_AlunoAvaliacao_687342_780" value="" type="hidden">
                <input name="nr_Nota_687342_780" id="nr_Nota_687342_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_800" id="ci_AlunoAvaliacao_687342_800" value="" type="hidden">
                <input name="nr_Nota_687342_800" id="nr_Nota_687342_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_890" id="ci_AlunoAvaliacao_687342_890" value="" type="hidden">
                <input name="nr_Nota_687342_890" id="nr_Nota_687342_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_970" id="ci_AlunoAvaliacao_687342_970" value="" type="hidden">
                <input name="nr_Nota_687342_970" id="nr_Nota_687342_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_3330" id="ci_AlunoAvaliacao_687342_3330" value="" type="hidden">
                <input name="nr_Nota_687342_3330" id="nr_Nota_687342_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_1130" id="ci_AlunoAvaliacao_687342_1130" value="" type="hidden">
                <input name="nr_Nota_687342_1130" id="nr_Nota_687342_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_1140" id="ci_AlunoAvaliacao_687342_1140" value="" type="hidden">
                <input name="nr_Nota_687342_1140" id="nr_Nota_687342_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_1200" id="ci_AlunoAvaliacao_687342_1200" value="" type="hidden">
                <input name="nr_Nota_687342_1200" id="nr_Nota_687342_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_1620" id="ci_AlunoAvaliacao_687342_1620" value="" type="hidden">
                <input name="nr_Nota_687342_1620" id="nr_Nota_687342_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_687342_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_687342_1730" id="ci_AlunoAvaliacao_687342_1730" value="" type="hidden">
                <input name="nr_Nota_687342_1730" id="nr_Nota_687342_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;401567&nbsp;BEATRIZ ANDRADE DA SILVA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="401567" type="hidden"></td>
            
            <td id="colunaNotaAluno_401567_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_154" id="ci_AlunoAvaliacao_401567_154" value="" type="hidden">
                <input name="nr_Nota_401567_154" id="nr_Nota_401567_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_160" id="ci_AlunoAvaliacao_401567_160" value="" type="hidden">
                <input name="nr_Nota_401567_160" id="nr_Nota_401567_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_530" id="ci_AlunoAvaliacao_401567_530" value="" type="hidden">
                <input name="nr_Nota_401567_530" id="nr_Nota_401567_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_780" id="ci_AlunoAvaliacao_401567_780" value="" type="hidden">
                <input name="nr_Nota_401567_780" id="nr_Nota_401567_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_800" id="ci_AlunoAvaliacao_401567_800" value="" type="hidden">
                <input name="nr_Nota_401567_800" id="nr_Nota_401567_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_890" id="ci_AlunoAvaliacao_401567_890" value="" type="hidden">
                <input name="nr_Nota_401567_890" id="nr_Nota_401567_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_970" id="ci_AlunoAvaliacao_401567_970" value="" type="hidden">
                <input name="nr_Nota_401567_970" id="nr_Nota_401567_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_3330" id="ci_AlunoAvaliacao_401567_3330" value="" type="hidden">
                <input name="nr_Nota_401567_3330" id="nr_Nota_401567_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_1130" id="ci_AlunoAvaliacao_401567_1130" value="" type="hidden">
                <input name="nr_Nota_401567_1130" id="nr_Nota_401567_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_1140" id="ci_AlunoAvaliacao_401567_1140" value="" type="hidden">
                <input name="nr_Nota_401567_1140" id="nr_Nota_401567_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_1200" id="ci_AlunoAvaliacao_401567_1200" value="" type="hidden">
                <input name="nr_Nota_401567_1200" id="nr_Nota_401567_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_1620" id="ci_AlunoAvaliacao_401567_1620" value="" type="hidden">
                <input name="nr_Nota_401567_1620" id="nr_Nota_401567_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401567_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401567_1730" id="ci_AlunoAvaliacao_401567_1730" value="" type="hidden">
                <input name="nr_Nota_401567_1730" id="nr_Nota_401567_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;469239&nbsp;BRUNA NOGUEIRA DA COSTA
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="469239" type="hidden"></td>
            
            <td id="colunaNotaAluno_469239_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_154" id="ci_AlunoAvaliacao_469239_154" value="" type="hidden">
                <input name="nr_Nota_469239_154" id="nr_Nota_469239_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_160" id="ci_AlunoAvaliacao_469239_160" value="" type="hidden">
                <input name="nr_Nota_469239_160" id="nr_Nota_469239_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_530" id="ci_AlunoAvaliacao_469239_530" value="" type="hidden">
                <input name="nr_Nota_469239_530" id="nr_Nota_469239_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_780" id="ci_AlunoAvaliacao_469239_780" value="" type="hidden">
                <input name="nr_Nota_469239_780" id="nr_Nota_469239_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_800" id="ci_AlunoAvaliacao_469239_800" value="" type="hidden">
                <input name="nr_Nota_469239_800" id="nr_Nota_469239_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_890" id="ci_AlunoAvaliacao_469239_890" value="" type="hidden">
                <input name="nr_Nota_469239_890" id="nr_Nota_469239_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_970" id="ci_AlunoAvaliacao_469239_970" value="" type="hidden">
                <input name="nr_Nota_469239_970" id="nr_Nota_469239_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_3330" id="ci_AlunoAvaliacao_469239_3330" value="" type="hidden">
                <input name="nr_Nota_469239_3330" id="nr_Nota_469239_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_1130" id="ci_AlunoAvaliacao_469239_1130" value="" type="hidden">
                <input name="nr_Nota_469239_1130" id="nr_Nota_469239_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_1140" id="ci_AlunoAvaliacao_469239_1140" value="" type="hidden">
                <input name="nr_Nota_469239_1140" id="nr_Nota_469239_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_1200" id="ci_AlunoAvaliacao_469239_1200" value="" type="hidden">
                <input name="nr_Nota_469239_1200" id="nr_Nota_469239_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_1620" id="ci_AlunoAvaliacao_469239_1620" value="" type="hidden">
                <input name="nr_Nota_469239_1620" id="nr_Nota_469239_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_469239_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_469239_1730" id="ci_AlunoAvaliacao_469239_1730" value="" type="hidden">
                <input name="nr_Nota_469239_1730" id="nr_Nota_469239_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;709669&nbsp;CARLA LUANA DE FRANCA RIBEIRO
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="709669" type="hidden"></td>
            
            <td id="colunaNotaAluno_709669_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_154" id="ci_AlunoAvaliacao_709669_154" value="" type="hidden">
                <input name="nr_Nota_709669_154" id="nr_Nota_709669_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_160" id="ci_AlunoAvaliacao_709669_160" value="" type="hidden">
                <input name="nr_Nota_709669_160" id="nr_Nota_709669_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_530" id="ci_AlunoAvaliacao_709669_530" value="" type="hidden">
                <input name="nr_Nota_709669_530" id="nr_Nota_709669_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_780" id="ci_AlunoAvaliacao_709669_780" value="" type="hidden">
                <input name="nr_Nota_709669_780" id="nr_Nota_709669_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_800" id="ci_AlunoAvaliacao_709669_800" value="" type="hidden">
                <input name="nr_Nota_709669_800" id="nr_Nota_709669_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_890" id="ci_AlunoAvaliacao_709669_890" value="" type="hidden">
                <input name="nr_Nota_709669_890" id="nr_Nota_709669_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_970" id="ci_AlunoAvaliacao_709669_970" value="" type="hidden">
                <input name="nr_Nota_709669_970" id="nr_Nota_709669_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_3330" id="ci_AlunoAvaliacao_709669_3330" value="" type="hidden">
                <input name="nr_Nota_709669_3330" id="nr_Nota_709669_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_1130" id="ci_AlunoAvaliacao_709669_1130" value="" type="hidden">
                <input name="nr_Nota_709669_1130" id="nr_Nota_709669_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_1140" id="ci_AlunoAvaliacao_709669_1140" value="" type="hidden">
                <input name="nr_Nota_709669_1140" id="nr_Nota_709669_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_1200" id="ci_AlunoAvaliacao_709669_1200" value="" type="hidden">
                <input name="nr_Nota_709669_1200" id="nr_Nota_709669_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_1620" id="ci_AlunoAvaliacao_709669_1620" value="" type="hidden">
                <input name="nr_Nota_709669_1620" id="nr_Nota_709669_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_709669_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_709669_1730" id="ci_AlunoAvaliacao_709669_1730" value="" type="hidden">
                <input name="nr_Nota_709669_1730" id="nr_Nota_709669_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;136233&nbsp;CELINA DE SOUZA NASCIMENTO
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="136233" type="hidden"></td>
            
            <td id="colunaNotaAluno_136233_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_154" id="ci_AlunoAvaliacao_136233_154" value="" type="hidden">
                <input name="nr_Nota_136233_154" id="nr_Nota_136233_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_160" id="ci_AlunoAvaliacao_136233_160" value="" type="hidden">
                <input name="nr_Nota_136233_160" id="nr_Nota_136233_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_530" id="ci_AlunoAvaliacao_136233_530" value="" type="hidden">
                <input name="nr_Nota_136233_530" id="nr_Nota_136233_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_780" id="ci_AlunoAvaliacao_136233_780" value="" type="hidden">
                <input name="nr_Nota_136233_780" id="nr_Nota_136233_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_800" id="ci_AlunoAvaliacao_136233_800" value="" type="hidden">
                <input name="nr_Nota_136233_800" id="nr_Nota_136233_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_890" id="ci_AlunoAvaliacao_136233_890" value="" type="hidden">
                <input name="nr_Nota_136233_890" id="nr_Nota_136233_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_970" id="ci_AlunoAvaliacao_136233_970" value="" type="hidden">
                <input name="nr_Nota_136233_970" id="nr_Nota_136233_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_3330" id="ci_AlunoAvaliacao_136233_3330" value="" type="hidden">
                <input name="nr_Nota_136233_3330" id="nr_Nota_136233_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_1130" id="ci_AlunoAvaliacao_136233_1130" value="" type="hidden">
                <input name="nr_Nota_136233_1130" id="nr_Nota_136233_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_1140" id="ci_AlunoAvaliacao_136233_1140" value="" type="hidden">
                <input name="nr_Nota_136233_1140" id="nr_Nota_136233_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_1200" id="ci_AlunoAvaliacao_136233_1200" value="" type="hidden">
                <input name="nr_Nota_136233_1200" id="nr_Nota_136233_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_1620" id="ci_AlunoAvaliacao_136233_1620" value="" type="hidden">
                <input name="nr_Nota_136233_1620" id="nr_Nota_136233_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_136233_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_136233_1730" id="ci_AlunoAvaliacao_136233_1730" value="" type="hidden">
                <input name="nr_Nota_136233_1730" id="nr_Nota_136233_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1428801&nbsp;CIRYA LACERDA ARAUJO
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1428801" type="hidden"></td>
            
            <td id="colunaNotaAluno_1428801_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_154" id="ci_AlunoAvaliacao_1428801_154" value="" type="hidden">
                <input name="nr_Nota_1428801_154" id="nr_Nota_1428801_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_160" id="ci_AlunoAvaliacao_1428801_160" value="" type="hidden">
                <input name="nr_Nota_1428801_160" id="nr_Nota_1428801_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_530" id="ci_AlunoAvaliacao_1428801_530" value="" type="hidden">
                <input name="nr_Nota_1428801_530" id="nr_Nota_1428801_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_780" id="ci_AlunoAvaliacao_1428801_780" value="" type="hidden">
                <input name="nr_Nota_1428801_780" id="nr_Nota_1428801_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_800" id="ci_AlunoAvaliacao_1428801_800" value="" type="hidden">
                <input name="nr_Nota_1428801_800" id="nr_Nota_1428801_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_890" id="ci_AlunoAvaliacao_1428801_890" value="" type="hidden">
                <input name="nr_Nota_1428801_890" id="nr_Nota_1428801_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_970" id="ci_AlunoAvaliacao_1428801_970" value="" type="hidden">
                <input name="nr_Nota_1428801_970" id="nr_Nota_1428801_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_3330" id="ci_AlunoAvaliacao_1428801_3330" value="" type="hidden">
                <input name="nr_Nota_1428801_3330" id="nr_Nota_1428801_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_1130" id="ci_AlunoAvaliacao_1428801_1130" value="" type="hidden">
                <input name="nr_Nota_1428801_1130" id="nr_Nota_1428801_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_1140" id="ci_AlunoAvaliacao_1428801_1140" value="" type="hidden">
                <input name="nr_Nota_1428801_1140" id="nr_Nota_1428801_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_1200" id="ci_AlunoAvaliacao_1428801_1200" value="" type="hidden">
                <input name="nr_Nota_1428801_1200" id="nr_Nota_1428801_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_1620" id="ci_AlunoAvaliacao_1428801_1620" value="" type="hidden">
                <input name="nr_Nota_1428801_1620" id="nr_Nota_1428801_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1428801_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1428801_1730" id="ci_AlunoAvaliacao_1428801_1730" value="" type="hidden">
                <input name="nr_Nota_1428801_1730" id="nr_Nota_1428801_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1011920&nbsp;DAIANA MARIA DOS SANTOS
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1011920" type="hidden"></td>
            
            <td id="colunaNotaAluno_1011920_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_154" id="ci_AlunoAvaliacao_1011920_154" value="" type="hidden">
                <input name="nr_Nota_1011920_154" id="nr_Nota_1011920_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_160" id="ci_AlunoAvaliacao_1011920_160" value="" type="hidden">
                <input name="nr_Nota_1011920_160" id="nr_Nota_1011920_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_530" id="ci_AlunoAvaliacao_1011920_530" value="" type="hidden">
                <input name="nr_Nota_1011920_530" id="nr_Nota_1011920_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_780" id="ci_AlunoAvaliacao_1011920_780" value="" type="hidden">
                <input name="nr_Nota_1011920_780" id="nr_Nota_1011920_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_800" id="ci_AlunoAvaliacao_1011920_800" value="" type="hidden">
                <input name="nr_Nota_1011920_800" id="nr_Nota_1011920_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_890" id="ci_AlunoAvaliacao_1011920_890" value="" type="hidden">
                <input name="nr_Nota_1011920_890" id="nr_Nota_1011920_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_970" id="ci_AlunoAvaliacao_1011920_970" value="" type="hidden">
                <input name="nr_Nota_1011920_970" id="nr_Nota_1011920_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_3330" id="ci_AlunoAvaliacao_1011920_3330" value="" type="hidden">
                <input name="nr_Nota_1011920_3330" id="nr_Nota_1011920_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_1130" id="ci_AlunoAvaliacao_1011920_1130" value="" type="hidden">
                <input name="nr_Nota_1011920_1130" id="nr_Nota_1011920_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_1140" id="ci_AlunoAvaliacao_1011920_1140" value="" type="hidden">
                <input name="nr_Nota_1011920_1140" id="nr_Nota_1011920_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_1200" id="ci_AlunoAvaliacao_1011920_1200" value="" type="hidden">
                <input name="nr_Nota_1011920_1200" id="nr_Nota_1011920_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_1620" id="ci_AlunoAvaliacao_1011920_1620" value="" type="hidden">
                <input name="nr_Nota_1011920_1620" id="nr_Nota_1011920_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1011920_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1011920_1730" id="ci_AlunoAvaliacao_1011920_1730" value="" type="hidden">
                <input name="nr_Nota_1011920_1730" id="nr_Nota_1011920_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;97270&nbsp;EDGAR DE OLIVEIRA CHAVES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="97270" type="hidden"></td>
            
            <td id="colunaNotaAluno_97270_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_154" id="ci_AlunoAvaliacao_97270_154" value="" type="hidden">
                <input name="nr_Nota_97270_154" id="nr_Nota_97270_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_160" id="ci_AlunoAvaliacao_97270_160" value="" type="hidden">
                <input name="nr_Nota_97270_160" id="nr_Nota_97270_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_530" id="ci_AlunoAvaliacao_97270_530" value="" type="hidden">
                <input name="nr_Nota_97270_530" id="nr_Nota_97270_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_780" id="ci_AlunoAvaliacao_97270_780" value="" type="hidden">
                <input name="nr_Nota_97270_780" id="nr_Nota_97270_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_800" id="ci_AlunoAvaliacao_97270_800" value="" type="hidden">
                <input name="nr_Nota_97270_800" id="nr_Nota_97270_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_890" id="ci_AlunoAvaliacao_97270_890" value="" type="hidden">
                <input name="nr_Nota_97270_890" id="nr_Nota_97270_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_970" id="ci_AlunoAvaliacao_97270_970" value="" type="hidden">
                <input name="nr_Nota_97270_970" id="nr_Nota_97270_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_3330" id="ci_AlunoAvaliacao_97270_3330" value="" type="hidden">
                <input name="nr_Nota_97270_3330" id="nr_Nota_97270_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_1130" id="ci_AlunoAvaliacao_97270_1130" value="" type="hidden">
                <input name="nr_Nota_97270_1130" id="nr_Nota_97270_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_1140" id="ci_AlunoAvaliacao_97270_1140" value="" type="hidden">
                <input name="nr_Nota_97270_1140" id="nr_Nota_97270_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_1200" id="ci_AlunoAvaliacao_97270_1200" value="" type="hidden">
                <input name="nr_Nota_97270_1200" id="nr_Nota_97270_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_1620" id="ci_AlunoAvaliacao_97270_1620" value="" type="hidden">
                <input name="nr_Nota_97270_1620" id="nr_Nota_97270_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_97270_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_97270_1730" id="ci_AlunoAvaliacao_97270_1730" value="" type="hidden">
                <input name="nr_Nota_97270_1730" id="nr_Nota_97270_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;895249&nbsp;EDILBERTO SOUSA TEIXEIRA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="895249" type="hidden"></td>
            
            <td id="colunaNotaAluno_895249_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_154" id="ci_AlunoAvaliacao_895249_154" value="" type="hidden">
                <input name="nr_Nota_895249_154" id="nr_Nota_895249_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_160" id="ci_AlunoAvaliacao_895249_160" value="" type="hidden">
                <input name="nr_Nota_895249_160" id="nr_Nota_895249_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_530" id="ci_AlunoAvaliacao_895249_530" value="" type="hidden">
                <input name="nr_Nota_895249_530" id="nr_Nota_895249_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_780" id="ci_AlunoAvaliacao_895249_780" value="" type="hidden">
                <input name="nr_Nota_895249_780" id="nr_Nota_895249_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_800" id="ci_AlunoAvaliacao_895249_800" value="" type="hidden">
                <input name="nr_Nota_895249_800" id="nr_Nota_895249_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_890" id="ci_AlunoAvaliacao_895249_890" value="" type="hidden">
                <input name="nr_Nota_895249_890" id="nr_Nota_895249_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_970" id="ci_AlunoAvaliacao_895249_970" value="" type="hidden">
                <input name="nr_Nota_895249_970" id="nr_Nota_895249_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_3330" id="ci_AlunoAvaliacao_895249_3330" value="" type="hidden">
                <input name="nr_Nota_895249_3330" id="nr_Nota_895249_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_1130" id="ci_AlunoAvaliacao_895249_1130" value="" type="hidden">
                <input name="nr_Nota_895249_1130" id="nr_Nota_895249_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_1140" id="ci_AlunoAvaliacao_895249_1140" value="" type="hidden">
                <input name="nr_Nota_895249_1140" id="nr_Nota_895249_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_1200" id="ci_AlunoAvaliacao_895249_1200" value="" type="hidden">
                <input name="nr_Nota_895249_1200" id="nr_Nota_895249_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_1620" id="ci_AlunoAvaliacao_895249_1620" value="" type="hidden">
                <input name="nr_Nota_895249_1620" id="nr_Nota_895249_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895249_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895249_1730" id="ci_AlunoAvaliacao_895249_1730" value="" type="hidden">
                <input name="nr_Nota_895249_1730" id="nr_Nota_895249_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1640573&nbsp;EUNICE DA SILVA BENDEIRA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1640573" type="hidden"></td>
            
            <td id="colunaNotaAluno_1640573_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_154" id="ci_AlunoAvaliacao_1640573_154" value="" type="hidden">
                <input name="nr_Nota_1640573_154" id="nr_Nota_1640573_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_160" id="ci_AlunoAvaliacao_1640573_160" value="" type="hidden">
                <input name="nr_Nota_1640573_160" id="nr_Nota_1640573_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_530" id="ci_AlunoAvaliacao_1640573_530" value="" type="hidden">
                <input name="nr_Nota_1640573_530" id="nr_Nota_1640573_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_780" id="ci_AlunoAvaliacao_1640573_780" value="" type="hidden">
                <input name="nr_Nota_1640573_780" id="nr_Nota_1640573_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_800" id="ci_AlunoAvaliacao_1640573_800" value="" type="hidden">
                <input name="nr_Nota_1640573_800" id="nr_Nota_1640573_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_890" id="ci_AlunoAvaliacao_1640573_890" value="" type="hidden">
                <input name="nr_Nota_1640573_890" id="nr_Nota_1640573_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_970" id="ci_AlunoAvaliacao_1640573_970" value="" type="hidden">
                <input name="nr_Nota_1640573_970" id="nr_Nota_1640573_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_3330" id="ci_AlunoAvaliacao_1640573_3330" value="" type="hidden">
                <input name="nr_Nota_1640573_3330" id="nr_Nota_1640573_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_1130" id="ci_AlunoAvaliacao_1640573_1130" value="" type="hidden">
                <input name="nr_Nota_1640573_1130" id="nr_Nota_1640573_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_1140" id="ci_AlunoAvaliacao_1640573_1140" value="" type="hidden">
                <input name="nr_Nota_1640573_1140" id="nr_Nota_1640573_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_1200" id="ci_AlunoAvaliacao_1640573_1200" value="" type="hidden">
                <input name="nr_Nota_1640573_1200" id="nr_Nota_1640573_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_1620" id="ci_AlunoAvaliacao_1640573_1620" value="" type="hidden">
                <input name="nr_Nota_1640573_1620" id="nr_Nota_1640573_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1640573_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1640573_1730" id="ci_AlunoAvaliacao_1640573_1730" value="" type="hidden">
                <input name="nr_Nota_1640573_1730" id="nr_Nota_1640573_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;495082&nbsp;FRANCELI FABRICIA SALES DE OLIVEIRA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="495082" type="hidden"></td>
            
            <td id="colunaNotaAluno_495082_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_154" id="ci_AlunoAvaliacao_495082_154" value="" type="hidden">
                <input name="nr_Nota_495082_154" id="nr_Nota_495082_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_160" id="ci_AlunoAvaliacao_495082_160" value="" type="hidden">
                <input name="nr_Nota_495082_160" id="nr_Nota_495082_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_530" id="ci_AlunoAvaliacao_495082_530" value="" type="hidden">
                <input name="nr_Nota_495082_530" id="nr_Nota_495082_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_780" id="ci_AlunoAvaliacao_495082_780" value="" type="hidden">
                <input name="nr_Nota_495082_780" id="nr_Nota_495082_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_800" id="ci_AlunoAvaliacao_495082_800" value="" type="hidden">
                <input name="nr_Nota_495082_800" id="nr_Nota_495082_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_890" id="ci_AlunoAvaliacao_495082_890" value="" type="hidden">
                <input name="nr_Nota_495082_890" id="nr_Nota_495082_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_970" id="ci_AlunoAvaliacao_495082_970" value="" type="hidden">
                <input name="nr_Nota_495082_970" id="nr_Nota_495082_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_3330" id="ci_AlunoAvaliacao_495082_3330" value="" type="hidden">
                <input name="nr_Nota_495082_3330" id="nr_Nota_495082_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_1130" id="ci_AlunoAvaliacao_495082_1130" value="" type="hidden">
                <input name="nr_Nota_495082_1130" id="nr_Nota_495082_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_1140" id="ci_AlunoAvaliacao_495082_1140" value="" type="hidden">
                <input name="nr_Nota_495082_1140" id="nr_Nota_495082_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_1200" id="ci_AlunoAvaliacao_495082_1200" value="" type="hidden">
                <input name="nr_Nota_495082_1200" id="nr_Nota_495082_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_1620" id="ci_AlunoAvaliacao_495082_1620" value="" type="hidden">
                <input name="nr_Nota_495082_1620" id="nr_Nota_495082_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495082_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495082_1730" id="ci_AlunoAvaliacao_495082_1730" value="" type="hidden">
                <input name="nr_Nota_495082_1730" id="nr_Nota_495082_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;135000&nbsp;FRANCISCA DAS CHAGAS COSTA MENDONCA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="135000" type="hidden"></td>
            
            <td id="colunaNotaAluno_135000_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_154" id="ci_AlunoAvaliacao_135000_154" value="" type="hidden">
                <input name="nr_Nota_135000_154" id="nr_Nota_135000_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_160" id="ci_AlunoAvaliacao_135000_160" value="" type="hidden">
                <input name="nr_Nota_135000_160" id="nr_Nota_135000_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_530" id="ci_AlunoAvaliacao_135000_530" value="" type="hidden">
                <input name="nr_Nota_135000_530" id="nr_Nota_135000_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_780" id="ci_AlunoAvaliacao_135000_780" value="" type="hidden">
                <input name="nr_Nota_135000_780" id="nr_Nota_135000_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_800" id="ci_AlunoAvaliacao_135000_800" value="" type="hidden">
                <input name="nr_Nota_135000_800" id="nr_Nota_135000_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_890" id="ci_AlunoAvaliacao_135000_890" value="" type="hidden">
                <input name="nr_Nota_135000_890" id="nr_Nota_135000_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_970" id="ci_AlunoAvaliacao_135000_970" value="" type="hidden">
                <input name="nr_Nota_135000_970" id="nr_Nota_135000_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_3330" id="ci_AlunoAvaliacao_135000_3330" value="" type="hidden">
                <input name="nr_Nota_135000_3330" id="nr_Nota_135000_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_1130" id="ci_AlunoAvaliacao_135000_1130" value="" type="hidden">
                <input name="nr_Nota_135000_1130" id="nr_Nota_135000_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_1140" id="ci_AlunoAvaliacao_135000_1140" value="" type="hidden">
                <input name="nr_Nota_135000_1140" id="nr_Nota_135000_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_1200" id="ci_AlunoAvaliacao_135000_1200" value="" type="hidden">
                <input name="nr_Nota_135000_1200" id="nr_Nota_135000_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_1620" id="ci_AlunoAvaliacao_135000_1620" value="" type="hidden">
                <input name="nr_Nota_135000_1620" id="nr_Nota_135000_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_135000_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_135000_1730" id="ci_AlunoAvaliacao_135000_1730" value="" type="hidden">
                <input name="nr_Nota_135000_1730" id="nr_Nota_135000_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1480164&nbsp;FRANCISCA IOLANDA MARTINS DOS SANTOS
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1480164" type="hidden"></td>
            
            <td id="colunaNotaAluno_1480164_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_154" id="ci_AlunoAvaliacao_1480164_154" value="" type="hidden">
                <input name="nr_Nota_1480164_154" id="nr_Nota_1480164_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_160" id="ci_AlunoAvaliacao_1480164_160" value="" type="hidden">
                <input name="nr_Nota_1480164_160" id="nr_Nota_1480164_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_530" id="ci_AlunoAvaliacao_1480164_530" value="" type="hidden">
                <input name="nr_Nota_1480164_530" id="nr_Nota_1480164_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_780" id="ci_AlunoAvaliacao_1480164_780" value="" type="hidden">
                <input name="nr_Nota_1480164_780" id="nr_Nota_1480164_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_800" id="ci_AlunoAvaliacao_1480164_800" value="" type="hidden">
                <input name="nr_Nota_1480164_800" id="nr_Nota_1480164_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_890" id="ci_AlunoAvaliacao_1480164_890" value="" type="hidden">
                <input name="nr_Nota_1480164_890" id="nr_Nota_1480164_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_970" id="ci_AlunoAvaliacao_1480164_970" value="" type="hidden">
                <input name="nr_Nota_1480164_970" id="nr_Nota_1480164_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_3330" id="ci_AlunoAvaliacao_1480164_3330" value="" type="hidden">
                <input name="nr_Nota_1480164_3330" id="nr_Nota_1480164_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_1130" id="ci_AlunoAvaliacao_1480164_1130" value="" type="hidden">
                <input name="nr_Nota_1480164_1130" id="nr_Nota_1480164_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_1140" id="ci_AlunoAvaliacao_1480164_1140" value="" type="hidden">
                <input name="nr_Nota_1480164_1140" id="nr_Nota_1480164_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_1200" id="ci_AlunoAvaliacao_1480164_1200" value="" type="hidden">
                <input name="nr_Nota_1480164_1200" id="nr_Nota_1480164_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_1620" id="ci_AlunoAvaliacao_1480164_1620" value="" type="hidden">
                <input name="nr_Nota_1480164_1620" id="nr_Nota_1480164_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1480164_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1480164_1730" id="ci_AlunoAvaliacao_1480164_1730" value="" type="hidden">
                <input name="nr_Nota_1480164_1730" id="nr_Nota_1480164_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;529525&nbsp;FRANCISCO CARLOS BARROSO DA SILVA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="529525" type="hidden"></td>
            
            <td id="colunaNotaAluno_529525_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_154" id="ci_AlunoAvaliacao_529525_154" value="" type="hidden">
                <input name="nr_Nota_529525_154" id="nr_Nota_529525_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_160" id="ci_AlunoAvaliacao_529525_160" value="" type="hidden">
                <input name="nr_Nota_529525_160" id="nr_Nota_529525_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_530" id="ci_AlunoAvaliacao_529525_530" value="" type="hidden">
                <input name="nr_Nota_529525_530" id="nr_Nota_529525_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_780" id="ci_AlunoAvaliacao_529525_780" value="" type="hidden">
                <input name="nr_Nota_529525_780" id="nr_Nota_529525_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_800" id="ci_AlunoAvaliacao_529525_800" value="" type="hidden">
                <input name="nr_Nota_529525_800" id="nr_Nota_529525_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_890" id="ci_AlunoAvaliacao_529525_890" value="" type="hidden">
                <input name="nr_Nota_529525_890" id="nr_Nota_529525_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_970" id="ci_AlunoAvaliacao_529525_970" value="" type="hidden">
                <input name="nr_Nota_529525_970" id="nr_Nota_529525_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_3330" id="ci_AlunoAvaliacao_529525_3330" value="" type="hidden">
                <input name="nr_Nota_529525_3330" id="nr_Nota_529525_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_1130" id="ci_AlunoAvaliacao_529525_1130" value="" type="hidden">
                <input name="nr_Nota_529525_1130" id="nr_Nota_529525_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_1140" id="ci_AlunoAvaliacao_529525_1140" value="" type="hidden">
                <input name="nr_Nota_529525_1140" id="nr_Nota_529525_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_1200" id="ci_AlunoAvaliacao_529525_1200" value="" type="hidden">
                <input name="nr_Nota_529525_1200" id="nr_Nota_529525_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_1620" id="ci_AlunoAvaliacao_529525_1620" value="" type="hidden">
                <input name="nr_Nota_529525_1620" id="nr_Nota_529525_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_529525_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_529525_1730" id="ci_AlunoAvaliacao_529525_1730" value="" type="hidden">
                <input name="nr_Nota_529525_1730" id="nr_Nota_529525_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1628754&nbsp;FRANCISCO FABRUICIO DE OLIVEIRA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1628754" type="hidden"></td>
            
            <td id="colunaNotaAluno_1628754_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_154" id="ci_AlunoAvaliacao_1628754_154" value="" type="hidden">
                <input name="nr_Nota_1628754_154" id="nr_Nota_1628754_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_160" id="ci_AlunoAvaliacao_1628754_160" value="" type="hidden">
                <input name="nr_Nota_1628754_160" id="nr_Nota_1628754_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_530" id="ci_AlunoAvaliacao_1628754_530" value="" type="hidden">
                <input name="nr_Nota_1628754_530" id="nr_Nota_1628754_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_780" id="ci_AlunoAvaliacao_1628754_780" value="" type="hidden">
                <input name="nr_Nota_1628754_780" id="nr_Nota_1628754_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_800" id="ci_AlunoAvaliacao_1628754_800" value="" type="hidden">
                <input name="nr_Nota_1628754_800" id="nr_Nota_1628754_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_890" id="ci_AlunoAvaliacao_1628754_890" value="" type="hidden">
                <input name="nr_Nota_1628754_890" id="nr_Nota_1628754_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_970" id="ci_AlunoAvaliacao_1628754_970" value="" type="hidden">
                <input name="nr_Nota_1628754_970" id="nr_Nota_1628754_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_3330" id="ci_AlunoAvaliacao_1628754_3330" value="" type="hidden">
                <input name="nr_Nota_1628754_3330" id="nr_Nota_1628754_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_1130" id="ci_AlunoAvaliacao_1628754_1130" value="" type="hidden">
                <input name="nr_Nota_1628754_1130" id="nr_Nota_1628754_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_1140" id="ci_AlunoAvaliacao_1628754_1140" value="" type="hidden">
                <input name="nr_Nota_1628754_1140" id="nr_Nota_1628754_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_1200" id="ci_AlunoAvaliacao_1628754_1200" value="" type="hidden">
                <input name="nr_Nota_1628754_1200" id="nr_Nota_1628754_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_1620" id="ci_AlunoAvaliacao_1628754_1620" value="" type="hidden">
                <input name="nr_Nota_1628754_1620" id="nr_Nota_1628754_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1628754_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1628754_1730" id="ci_AlunoAvaliacao_1628754_1730" value="" type="hidden">
                <input name="nr_Nota_1628754_1730" id="nr_Nota_1628754_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;825985&nbsp;FRANCISCO RAMON DOS SANTOS ROCHA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="825985" type="hidden"></td>
            
            <td id="colunaNotaAluno_825985_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_154" id="ci_AlunoAvaliacao_825985_154" value="" type="hidden">
                <input name="nr_Nota_825985_154" id="nr_Nota_825985_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_160" id="ci_AlunoAvaliacao_825985_160" value="" type="hidden">
                <input name="nr_Nota_825985_160" id="nr_Nota_825985_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_530" id="ci_AlunoAvaliacao_825985_530" value="" type="hidden">
                <input name="nr_Nota_825985_530" id="nr_Nota_825985_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_780" id="ci_AlunoAvaliacao_825985_780" value="" type="hidden">
                <input name="nr_Nota_825985_780" id="nr_Nota_825985_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_800" id="ci_AlunoAvaliacao_825985_800" value="" type="hidden">
                <input name="nr_Nota_825985_800" id="nr_Nota_825985_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_890" id="ci_AlunoAvaliacao_825985_890" value="" type="hidden">
                <input name="nr_Nota_825985_890" id="nr_Nota_825985_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_970" id="ci_AlunoAvaliacao_825985_970" value="" type="hidden">
                <input name="nr_Nota_825985_970" id="nr_Nota_825985_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_3330" id="ci_AlunoAvaliacao_825985_3330" value="" type="hidden">
                <input name="nr_Nota_825985_3330" id="nr_Nota_825985_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_1130" id="ci_AlunoAvaliacao_825985_1130" value="" type="hidden">
                <input name="nr_Nota_825985_1130" id="nr_Nota_825985_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_1140" id="ci_AlunoAvaliacao_825985_1140" value="" type="hidden">
                <input name="nr_Nota_825985_1140" id="nr_Nota_825985_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_1200" id="ci_AlunoAvaliacao_825985_1200" value="" type="hidden">
                <input name="nr_Nota_825985_1200" id="nr_Nota_825985_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_1620" id="ci_AlunoAvaliacao_825985_1620" value="" type="hidden">
                <input name="nr_Nota_825985_1620" id="nr_Nota_825985_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_825985_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_825985_1730" id="ci_AlunoAvaliacao_825985_1730" value="" type="hidden">
                <input name="nr_Nota_825985_1730" id="nr_Nota_825985_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;503204&nbsp;GEORDANO SALES FERNANDES
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="503204" type="hidden"></td>
            
            <td id="colunaNotaAluno_503204_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_154" id="ci_AlunoAvaliacao_503204_154" value="" type="hidden">
                <input name="nr_Nota_503204_154" id="nr_Nota_503204_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_160" id="ci_AlunoAvaliacao_503204_160" value="" type="hidden">
                <input name="nr_Nota_503204_160" id="nr_Nota_503204_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_530" id="ci_AlunoAvaliacao_503204_530" value="" type="hidden">
                <input name="nr_Nota_503204_530" id="nr_Nota_503204_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_780" id="ci_AlunoAvaliacao_503204_780" value="" type="hidden">
                <input name="nr_Nota_503204_780" id="nr_Nota_503204_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_800" id="ci_AlunoAvaliacao_503204_800" value="" type="hidden">
                <input name="nr_Nota_503204_800" id="nr_Nota_503204_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_890" id="ci_AlunoAvaliacao_503204_890" value="" type="hidden">
                <input name="nr_Nota_503204_890" id="nr_Nota_503204_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_970" id="ci_AlunoAvaliacao_503204_970" value="" type="hidden">
                <input name="nr_Nota_503204_970" id="nr_Nota_503204_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_3330" id="ci_AlunoAvaliacao_503204_3330" value="" type="hidden">
                <input name="nr_Nota_503204_3330" id="nr_Nota_503204_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_1130" id="ci_AlunoAvaliacao_503204_1130" value="" type="hidden">
                <input name="nr_Nota_503204_1130" id="nr_Nota_503204_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_1140" id="ci_AlunoAvaliacao_503204_1140" value="" type="hidden">
                <input name="nr_Nota_503204_1140" id="nr_Nota_503204_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_1200" id="ci_AlunoAvaliacao_503204_1200" value="" type="hidden">
                <input name="nr_Nota_503204_1200" id="nr_Nota_503204_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_1620" id="ci_AlunoAvaliacao_503204_1620" value="" type="hidden">
                <input name="nr_Nota_503204_1620" id="nr_Nota_503204_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_503204_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_503204_1730" id="ci_AlunoAvaliacao_503204_1730" value="" type="hidden">
                <input name="nr_Nota_503204_1730" id="nr_Nota_503204_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201731&nbsp;GRAZIELLE DUARTE DE ARAUJO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1201731" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201731_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_154" id="ci_AlunoAvaliacao_1201731_154" value="" type="hidden">
                <input name="nr_Nota_1201731_154" id="nr_Nota_1201731_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_160" id="ci_AlunoAvaliacao_1201731_160" value="" type="hidden">
                <input name="nr_Nota_1201731_160" id="nr_Nota_1201731_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_530" id="ci_AlunoAvaliacao_1201731_530" value="" type="hidden">
                <input name="nr_Nota_1201731_530" id="nr_Nota_1201731_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_780" id="ci_AlunoAvaliacao_1201731_780" value="" type="hidden">
                <input name="nr_Nota_1201731_780" id="nr_Nota_1201731_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_800" id="ci_AlunoAvaliacao_1201731_800" value="" type="hidden">
                <input name="nr_Nota_1201731_800" id="nr_Nota_1201731_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_890" id="ci_AlunoAvaliacao_1201731_890" value="" type="hidden">
                <input name="nr_Nota_1201731_890" id="nr_Nota_1201731_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_970" id="ci_AlunoAvaliacao_1201731_970" value="" type="hidden">
                <input name="nr_Nota_1201731_970" id="nr_Nota_1201731_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_3330" id="ci_AlunoAvaliacao_1201731_3330" value="" type="hidden">
                <input name="nr_Nota_1201731_3330" id="nr_Nota_1201731_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_1130" id="ci_AlunoAvaliacao_1201731_1130" value="" type="hidden">
                <input name="nr_Nota_1201731_1130" id="nr_Nota_1201731_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_1140" id="ci_AlunoAvaliacao_1201731_1140" value="" type="hidden">
                <input name="nr_Nota_1201731_1140" id="nr_Nota_1201731_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_1200" id="ci_AlunoAvaliacao_1201731_1200" value="" type="hidden">
                <input name="nr_Nota_1201731_1200" id="nr_Nota_1201731_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_1620" id="ci_AlunoAvaliacao_1201731_1620" value="" type="hidden">
                <input name="nr_Nota_1201731_1620" id="nr_Nota_1201731_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201731_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201731_1730" id="ci_AlunoAvaliacao_1201731_1730" value="" type="hidden">
                <input name="nr_Nota_1201731_1730" id="nr_Nota_1201731_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1475783&nbsp;ITALA LIMA MARREIRO
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1475783" type="hidden"></td>
            
            <td id="colunaNotaAluno_1475783_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_154" id="ci_AlunoAvaliacao_1475783_154" value="" type="hidden">
                <input name="nr_Nota_1475783_154" id="nr_Nota_1475783_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_160" id="ci_AlunoAvaliacao_1475783_160" value="" type="hidden">
                <input name="nr_Nota_1475783_160" id="nr_Nota_1475783_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_530" id="ci_AlunoAvaliacao_1475783_530" value="" type="hidden">
                <input name="nr_Nota_1475783_530" id="nr_Nota_1475783_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_780" id="ci_AlunoAvaliacao_1475783_780" value="" type="hidden">
                <input name="nr_Nota_1475783_780" id="nr_Nota_1475783_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_800" id="ci_AlunoAvaliacao_1475783_800" value="" type="hidden">
                <input name="nr_Nota_1475783_800" id="nr_Nota_1475783_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_890" id="ci_AlunoAvaliacao_1475783_890" value="" type="hidden">
                <input name="nr_Nota_1475783_890" id="nr_Nota_1475783_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_970" id="ci_AlunoAvaliacao_1475783_970" value="" type="hidden">
                <input name="nr_Nota_1475783_970" id="nr_Nota_1475783_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_3330" id="ci_AlunoAvaliacao_1475783_3330" value="" type="hidden">
                <input name="nr_Nota_1475783_3330" id="nr_Nota_1475783_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_1130" id="ci_AlunoAvaliacao_1475783_1130" value="" type="hidden">
                <input name="nr_Nota_1475783_1130" id="nr_Nota_1475783_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_1140" id="ci_AlunoAvaliacao_1475783_1140" value="" type="hidden">
                <input name="nr_Nota_1475783_1140" id="nr_Nota_1475783_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_1200" id="ci_AlunoAvaliacao_1475783_1200" value="" type="hidden">
                <input name="nr_Nota_1475783_1200" id="nr_Nota_1475783_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_1620" id="ci_AlunoAvaliacao_1475783_1620" value="" type="hidden">
                <input name="nr_Nota_1475783_1620" id="nr_Nota_1475783_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475783_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475783_1730" id="ci_AlunoAvaliacao_1475783_1730" value="" type="hidden">
                <input name="nr_Nota_1475783_1730" id="nr_Nota_1475783_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2523575&nbsp;JESSE MELO NOGUEIRA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="2523575" type="hidden"></td>
            
            <td id="colunaNotaAluno_2523575_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_154" id="ci_AlunoAvaliacao_2523575_154" value="" type="hidden">
                <input name="nr_Nota_2523575_154" id="nr_Nota_2523575_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_160" id="ci_AlunoAvaliacao_2523575_160" value="" type="hidden">
                <input name="nr_Nota_2523575_160" id="nr_Nota_2523575_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_530" id="ci_AlunoAvaliacao_2523575_530" value="" type="hidden">
                <input name="nr_Nota_2523575_530" id="nr_Nota_2523575_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_780" id="ci_AlunoAvaliacao_2523575_780" value="" type="hidden">
                <input name="nr_Nota_2523575_780" id="nr_Nota_2523575_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_800" id="ci_AlunoAvaliacao_2523575_800" value="" type="hidden">
                <input name="nr_Nota_2523575_800" id="nr_Nota_2523575_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_890" id="ci_AlunoAvaliacao_2523575_890" value="" type="hidden">
                <input name="nr_Nota_2523575_890" id="nr_Nota_2523575_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_970" id="ci_AlunoAvaliacao_2523575_970" value="" type="hidden">
                <input name="nr_Nota_2523575_970" id="nr_Nota_2523575_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_3330" id="ci_AlunoAvaliacao_2523575_3330" value="" type="hidden">
                <input name="nr_Nota_2523575_3330" id="nr_Nota_2523575_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_1130" id="ci_AlunoAvaliacao_2523575_1130" value="" type="hidden">
                <input name="nr_Nota_2523575_1130" id="nr_Nota_2523575_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_1140" id="ci_AlunoAvaliacao_2523575_1140" value="" type="hidden">
                <input name="nr_Nota_2523575_1140" id="nr_Nota_2523575_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_1200" id="ci_AlunoAvaliacao_2523575_1200" value="" type="hidden">
                <input name="nr_Nota_2523575_1200" id="nr_Nota_2523575_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_1620" id="ci_AlunoAvaliacao_2523575_1620" value="" type="hidden">
                <input name="nr_Nota_2523575_1620" id="nr_Nota_2523575_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523575_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523575_1730" id="ci_AlunoAvaliacao_2523575_1730" value="" type="hidden">
                <input name="nr_Nota_2523575_1730" id="nr_Nota_2523575_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;696777&nbsp;JOAO FILHO DOS SANTOS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="696777" type="hidden"></td>
            
            <td id="colunaNotaAluno_696777_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_154" id="ci_AlunoAvaliacao_696777_154" value="" type="hidden">
                <input name="nr_Nota_696777_154" id="nr_Nota_696777_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_160" id="ci_AlunoAvaliacao_696777_160" value="" type="hidden">
                <input name="nr_Nota_696777_160" id="nr_Nota_696777_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_530" id="ci_AlunoAvaliacao_696777_530" value="" type="hidden">
                <input name="nr_Nota_696777_530" id="nr_Nota_696777_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_780" id="ci_AlunoAvaliacao_696777_780" value="" type="hidden">
                <input name="nr_Nota_696777_780" id="nr_Nota_696777_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_800" id="ci_AlunoAvaliacao_696777_800" value="" type="hidden">
                <input name="nr_Nota_696777_800" id="nr_Nota_696777_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_890" id="ci_AlunoAvaliacao_696777_890" value="" type="hidden">
                <input name="nr_Nota_696777_890" id="nr_Nota_696777_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_970" id="ci_AlunoAvaliacao_696777_970" value="" type="hidden">
                <input name="nr_Nota_696777_970" id="nr_Nota_696777_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_3330" id="ci_AlunoAvaliacao_696777_3330" value="" type="hidden">
                <input name="nr_Nota_696777_3330" id="nr_Nota_696777_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_1130" id="ci_AlunoAvaliacao_696777_1130" value="" type="hidden">
                <input name="nr_Nota_696777_1130" id="nr_Nota_696777_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_1140" id="ci_AlunoAvaliacao_696777_1140" value="" type="hidden">
                <input name="nr_Nota_696777_1140" id="nr_Nota_696777_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_1200" id="ci_AlunoAvaliacao_696777_1200" value="" type="hidden">
                <input name="nr_Nota_696777_1200" id="nr_Nota_696777_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_1620" id="ci_AlunoAvaliacao_696777_1620" value="" type="hidden">
                <input name="nr_Nota_696777_1620" id="nr_Nota_696777_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_696777_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_696777_1730" id="ci_AlunoAvaliacao_696777_1730" value="" type="hidden">
                <input name="nr_Nota_696777_1730" id="nr_Nota_696777_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167650&nbsp;JONATHA MENDES PINHEIRO
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="1167650" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167650_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_154" id="ci_AlunoAvaliacao_1167650_154" value="" type="hidden">
                <input name="nr_Nota_1167650_154" id="nr_Nota_1167650_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_160" id="ci_AlunoAvaliacao_1167650_160" value="" type="hidden">
                <input name="nr_Nota_1167650_160" id="nr_Nota_1167650_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_530" id="ci_AlunoAvaliacao_1167650_530" value="" type="hidden">
                <input name="nr_Nota_1167650_530" id="nr_Nota_1167650_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_780" id="ci_AlunoAvaliacao_1167650_780" value="" type="hidden">
                <input name="nr_Nota_1167650_780" id="nr_Nota_1167650_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_800" id="ci_AlunoAvaliacao_1167650_800" value="" type="hidden">
                <input name="nr_Nota_1167650_800" id="nr_Nota_1167650_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_890" id="ci_AlunoAvaliacao_1167650_890" value="" type="hidden">
                <input name="nr_Nota_1167650_890" id="nr_Nota_1167650_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_970" id="ci_AlunoAvaliacao_1167650_970" value="" type="hidden">
                <input name="nr_Nota_1167650_970" id="nr_Nota_1167650_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_3330" id="ci_AlunoAvaliacao_1167650_3330" value="" type="hidden">
                <input name="nr_Nota_1167650_3330" id="nr_Nota_1167650_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_1130" id="ci_AlunoAvaliacao_1167650_1130" value="" type="hidden">
                <input name="nr_Nota_1167650_1130" id="nr_Nota_1167650_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_1140" id="ci_AlunoAvaliacao_1167650_1140" value="" type="hidden">
                <input name="nr_Nota_1167650_1140" id="nr_Nota_1167650_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_1200" id="ci_AlunoAvaliacao_1167650_1200" value="" type="hidden">
                <input name="nr_Nota_1167650_1200" id="nr_Nota_1167650_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_1620" id="ci_AlunoAvaliacao_1167650_1620" value="" type="hidden">
                <input name="nr_Nota_1167650_1620" id="nr_Nota_1167650_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167650_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167650_1730" id="ci_AlunoAvaliacao_1167650_1730" value="" type="hidden">
                <input name="nr_Nota_1167650_1730" id="nr_Nota_1167650_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;898342&nbsp;JONH HARRISON BARCELOS SILVA DOS SANTOS
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="898342" type="hidden"></td>
            
            <td id="colunaNotaAluno_898342_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_154" id="ci_AlunoAvaliacao_898342_154" value="" type="hidden">
                <input name="nr_Nota_898342_154" id="nr_Nota_898342_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_160" id="ci_AlunoAvaliacao_898342_160" value="" type="hidden">
                <input name="nr_Nota_898342_160" id="nr_Nota_898342_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_530" id="ci_AlunoAvaliacao_898342_530" value="" type="hidden">
                <input name="nr_Nota_898342_530" id="nr_Nota_898342_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_780" id="ci_AlunoAvaliacao_898342_780" value="" type="hidden">
                <input name="nr_Nota_898342_780" id="nr_Nota_898342_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_800" id="ci_AlunoAvaliacao_898342_800" value="" type="hidden">
                <input name="nr_Nota_898342_800" id="nr_Nota_898342_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_890" id="ci_AlunoAvaliacao_898342_890" value="" type="hidden">
                <input name="nr_Nota_898342_890" id="nr_Nota_898342_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_970" id="ci_AlunoAvaliacao_898342_970" value="" type="hidden">
                <input name="nr_Nota_898342_970" id="nr_Nota_898342_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_3330" id="ci_AlunoAvaliacao_898342_3330" value="" type="hidden">
                <input name="nr_Nota_898342_3330" id="nr_Nota_898342_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_1130" id="ci_AlunoAvaliacao_898342_1130" value="" type="hidden">
                <input name="nr_Nota_898342_1130" id="nr_Nota_898342_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_1140" id="ci_AlunoAvaliacao_898342_1140" value="" type="hidden">
                <input name="nr_Nota_898342_1140" id="nr_Nota_898342_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_1200" id="ci_AlunoAvaliacao_898342_1200" value="" type="hidden">
                <input name="nr_Nota_898342_1200" id="nr_Nota_898342_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_1620" id="ci_AlunoAvaliacao_898342_1620" value="" type="hidden">
                <input name="nr_Nota_898342_1620" id="nr_Nota_898342_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898342_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898342_1730" id="ci_AlunoAvaliacao_898342_1730" value="" type="hidden">
                <input name="nr_Nota_898342_1730" id="nr_Nota_898342_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1347209&nbsp;LEANDRA PEREIRA FREITAS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1347209" type="hidden"></td>
            
            <td id="colunaNotaAluno_1347209_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_154" id="ci_AlunoAvaliacao_1347209_154" value="" type="hidden">
                <input name="nr_Nota_1347209_154" id="nr_Nota_1347209_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_160" id="ci_AlunoAvaliacao_1347209_160" value="" type="hidden">
                <input name="nr_Nota_1347209_160" id="nr_Nota_1347209_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_530" id="ci_AlunoAvaliacao_1347209_530" value="" type="hidden">
                <input name="nr_Nota_1347209_530" id="nr_Nota_1347209_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_780" id="ci_AlunoAvaliacao_1347209_780" value="" type="hidden">
                <input name="nr_Nota_1347209_780" id="nr_Nota_1347209_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_800" id="ci_AlunoAvaliacao_1347209_800" value="" type="hidden">
                <input name="nr_Nota_1347209_800" id="nr_Nota_1347209_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_890" id="ci_AlunoAvaliacao_1347209_890" value="" type="hidden">
                <input name="nr_Nota_1347209_890" id="nr_Nota_1347209_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_970" id="ci_AlunoAvaliacao_1347209_970" value="" type="hidden">
                <input name="nr_Nota_1347209_970" id="nr_Nota_1347209_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_3330" id="ci_AlunoAvaliacao_1347209_3330" value="" type="hidden">
                <input name="nr_Nota_1347209_3330" id="nr_Nota_1347209_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_1130" id="ci_AlunoAvaliacao_1347209_1130" value="" type="hidden">
                <input name="nr_Nota_1347209_1130" id="nr_Nota_1347209_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_1140" id="ci_AlunoAvaliacao_1347209_1140" value="" type="hidden">
                <input name="nr_Nota_1347209_1140" id="nr_Nota_1347209_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_1200" id="ci_AlunoAvaliacao_1347209_1200" value="" type="hidden">
                <input name="nr_Nota_1347209_1200" id="nr_Nota_1347209_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_1620" id="ci_AlunoAvaliacao_1347209_1620" value="" type="hidden">
                <input name="nr_Nota_1347209_1620" id="nr_Nota_1347209_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1347209_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1347209_1730" id="ci_AlunoAvaliacao_1347209_1730" value="" type="hidden">
                <input name="nr_Nota_1347209_1730" id="nr_Nota_1347209_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1676977&nbsp;LUZANDRA PEREIRA FREITAS
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1676977" type="hidden"></td>
            
            <td id="colunaNotaAluno_1676977_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_154" id="ci_AlunoAvaliacao_1676977_154" value="" type="hidden">
                <input name="nr_Nota_1676977_154" id="nr_Nota_1676977_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_160" id="ci_AlunoAvaliacao_1676977_160" value="" type="hidden">
                <input name="nr_Nota_1676977_160" id="nr_Nota_1676977_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_530" id="ci_AlunoAvaliacao_1676977_530" value="" type="hidden">
                <input name="nr_Nota_1676977_530" id="nr_Nota_1676977_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_780" id="ci_AlunoAvaliacao_1676977_780" value="" type="hidden">
                <input name="nr_Nota_1676977_780" id="nr_Nota_1676977_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_800" id="ci_AlunoAvaliacao_1676977_800" value="" type="hidden">
                <input name="nr_Nota_1676977_800" id="nr_Nota_1676977_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_890" id="ci_AlunoAvaliacao_1676977_890" value="" type="hidden">
                <input name="nr_Nota_1676977_890" id="nr_Nota_1676977_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_970" id="ci_AlunoAvaliacao_1676977_970" value="" type="hidden">
                <input name="nr_Nota_1676977_970" id="nr_Nota_1676977_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_3330" id="ci_AlunoAvaliacao_1676977_3330" value="" type="hidden">
                <input name="nr_Nota_1676977_3330" id="nr_Nota_1676977_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_1130" id="ci_AlunoAvaliacao_1676977_1130" value="" type="hidden">
                <input name="nr_Nota_1676977_1130" id="nr_Nota_1676977_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_1140" id="ci_AlunoAvaliacao_1676977_1140" value="" type="hidden">
                <input name="nr_Nota_1676977_1140" id="nr_Nota_1676977_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_1200" id="ci_AlunoAvaliacao_1676977_1200" value="" type="hidden">
                <input name="nr_Nota_1676977_1200" id="nr_Nota_1676977_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_1620" id="ci_AlunoAvaliacao_1676977_1620" value="" type="hidden">
                <input name="nr_Nota_1676977_1620" id="nr_Nota_1676977_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1676977_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1676977_1730" id="ci_AlunoAvaliacao_1676977_1730" value="" type="hidden">
                <input name="nr_Nota_1676977_1730" id="nr_Nota_1676977_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;905861&nbsp;MARCELO AUGUSTO MONTEIRO DA MATA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="905861" type="hidden"></td>
            
            <td id="colunaNotaAluno_905861_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_154" id="ci_AlunoAvaliacao_905861_154" value="" type="hidden">
                <input name="nr_Nota_905861_154" id="nr_Nota_905861_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_160" id="ci_AlunoAvaliacao_905861_160" value="" type="hidden">
                <input name="nr_Nota_905861_160" id="nr_Nota_905861_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_530" id="ci_AlunoAvaliacao_905861_530" value="" type="hidden">
                <input name="nr_Nota_905861_530" id="nr_Nota_905861_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_780" id="ci_AlunoAvaliacao_905861_780" value="" type="hidden">
                <input name="nr_Nota_905861_780" id="nr_Nota_905861_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_800" id="ci_AlunoAvaliacao_905861_800" value="" type="hidden">
                <input name="nr_Nota_905861_800" id="nr_Nota_905861_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_890" id="ci_AlunoAvaliacao_905861_890" value="" type="hidden">
                <input name="nr_Nota_905861_890" id="nr_Nota_905861_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_970" id="ci_AlunoAvaliacao_905861_970" value="" type="hidden">
                <input name="nr_Nota_905861_970" id="nr_Nota_905861_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_3330" id="ci_AlunoAvaliacao_905861_3330" value="" type="hidden">
                <input name="nr_Nota_905861_3330" id="nr_Nota_905861_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_1130" id="ci_AlunoAvaliacao_905861_1130" value="" type="hidden">
                <input name="nr_Nota_905861_1130" id="nr_Nota_905861_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_1140" id="ci_AlunoAvaliacao_905861_1140" value="" type="hidden">
                <input name="nr_Nota_905861_1140" id="nr_Nota_905861_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_1200" id="ci_AlunoAvaliacao_905861_1200" value="" type="hidden">
                <input name="nr_Nota_905861_1200" id="nr_Nota_905861_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_1620" id="ci_AlunoAvaliacao_905861_1620" value="" type="hidden">
                <input name="nr_Nota_905861_1620" id="nr_Nota_905861_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905861_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905861_1730" id="ci_AlunoAvaliacao_905861_1730" value="" type="hidden">
                <input name="nr_Nota_905861_1730" id="nr_Nota_905861_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;269245&nbsp;RITA FIRMINO DE ALMEIDA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="269245" type="hidden"></td>
            
            <td id="colunaNotaAluno_269245_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_154" id="ci_AlunoAvaliacao_269245_154" value="" type="hidden">
                <input name="nr_Nota_269245_154" id="nr_Nota_269245_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_160" id="ci_AlunoAvaliacao_269245_160" value="" type="hidden">
                <input name="nr_Nota_269245_160" id="nr_Nota_269245_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_530" id="ci_AlunoAvaliacao_269245_530" value="" type="hidden">
                <input name="nr_Nota_269245_530" id="nr_Nota_269245_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_780" id="ci_AlunoAvaliacao_269245_780" value="" type="hidden">
                <input name="nr_Nota_269245_780" id="nr_Nota_269245_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_800" id="ci_AlunoAvaliacao_269245_800" value="" type="hidden">
                <input name="nr_Nota_269245_800" id="nr_Nota_269245_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_890" id="ci_AlunoAvaliacao_269245_890" value="" type="hidden">
                <input name="nr_Nota_269245_890" id="nr_Nota_269245_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_970" id="ci_AlunoAvaliacao_269245_970" value="" type="hidden">
                <input name="nr_Nota_269245_970" id="nr_Nota_269245_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_3330" id="ci_AlunoAvaliacao_269245_3330" value="" type="hidden">
                <input name="nr_Nota_269245_3330" id="nr_Nota_269245_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_1130" id="ci_AlunoAvaliacao_269245_1130" value="" type="hidden">
                <input name="nr_Nota_269245_1130" id="nr_Nota_269245_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_1140" id="ci_AlunoAvaliacao_269245_1140" value="" type="hidden">
                <input name="nr_Nota_269245_1140" id="nr_Nota_269245_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_1200" id="ci_AlunoAvaliacao_269245_1200" value="" type="hidden">
                <input name="nr_Nota_269245_1200" id="nr_Nota_269245_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_1620" id="ci_AlunoAvaliacao_269245_1620" value="" type="hidden">
                <input name="nr_Nota_269245_1620" id="nr_Nota_269245_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_269245_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_269245_1730" id="ci_AlunoAvaliacao_269245_1730" value="" type="hidden">
                <input name="nr_Nota_269245_1730" id="nr_Nota_269245_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;550135&nbsp;MARCOS FELIPE BARBOSA DE SOUSA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="550135" type="hidden"></td>
            
            <td id="colunaNotaAluno_550135_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_154" id="ci_AlunoAvaliacao_550135_154" value="" type="hidden">
                <input name="nr_Nota_550135_154" id="nr_Nota_550135_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_160" id="ci_AlunoAvaliacao_550135_160" value="" type="hidden">
                <input name="nr_Nota_550135_160" id="nr_Nota_550135_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_530" id="ci_AlunoAvaliacao_550135_530" value="" type="hidden">
                <input name="nr_Nota_550135_530" id="nr_Nota_550135_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_780" id="ci_AlunoAvaliacao_550135_780" value="" type="hidden">
                <input name="nr_Nota_550135_780" id="nr_Nota_550135_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_800" id="ci_AlunoAvaliacao_550135_800" value="" type="hidden">
                <input name="nr_Nota_550135_800" id="nr_Nota_550135_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_890" id="ci_AlunoAvaliacao_550135_890" value="" type="hidden">
                <input name="nr_Nota_550135_890" id="nr_Nota_550135_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_970" id="ci_AlunoAvaliacao_550135_970" value="" type="hidden">
                <input name="nr_Nota_550135_970" id="nr_Nota_550135_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_3330" id="ci_AlunoAvaliacao_550135_3330" value="" type="hidden">
                <input name="nr_Nota_550135_3330" id="nr_Nota_550135_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_1130" id="ci_AlunoAvaliacao_550135_1130" value="" type="hidden">
                <input name="nr_Nota_550135_1130" id="nr_Nota_550135_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_1140" id="ci_AlunoAvaliacao_550135_1140" value="" type="hidden">
                <input name="nr_Nota_550135_1140" id="nr_Nota_550135_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_1200" id="ci_AlunoAvaliacao_550135_1200" value="" type="hidden">
                <input name="nr_Nota_550135_1200" id="nr_Nota_550135_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_1620" id="ci_AlunoAvaliacao_550135_1620" value="" type="hidden">
                <input name="nr_Nota_550135_1620" id="nr_Nota_550135_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550135_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550135_1730" id="ci_AlunoAvaliacao_550135_1730" value="" type="hidden">
                <input name="nr_Nota_550135_1730" id="nr_Nota_550135_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1702251&nbsp;MARIA GLAUBIA RIBEIRO DA SILVA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="1702251" type="hidden"></td>
            
            <td id="colunaNotaAluno_1702251_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_154" id="ci_AlunoAvaliacao_1702251_154" value="" type="hidden">
                <input name="nr_Nota_1702251_154" id="nr_Nota_1702251_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_160" id="ci_AlunoAvaliacao_1702251_160" value="" type="hidden">
                <input name="nr_Nota_1702251_160" id="nr_Nota_1702251_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_530" id="ci_AlunoAvaliacao_1702251_530" value="" type="hidden">
                <input name="nr_Nota_1702251_530" id="nr_Nota_1702251_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_780" id="ci_AlunoAvaliacao_1702251_780" value="" type="hidden">
                <input name="nr_Nota_1702251_780" id="nr_Nota_1702251_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_800" id="ci_AlunoAvaliacao_1702251_800" value="" type="hidden">
                <input name="nr_Nota_1702251_800" id="nr_Nota_1702251_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_890" id="ci_AlunoAvaliacao_1702251_890" value="" type="hidden">
                <input name="nr_Nota_1702251_890" id="nr_Nota_1702251_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_970" id="ci_AlunoAvaliacao_1702251_970" value="" type="hidden">
                <input name="nr_Nota_1702251_970" id="nr_Nota_1702251_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_3330" id="ci_AlunoAvaliacao_1702251_3330" value="" type="hidden">
                <input name="nr_Nota_1702251_3330" id="nr_Nota_1702251_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_1130" id="ci_AlunoAvaliacao_1702251_1130" value="" type="hidden">
                <input name="nr_Nota_1702251_1130" id="nr_Nota_1702251_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_1140" id="ci_AlunoAvaliacao_1702251_1140" value="" type="hidden">
                <input name="nr_Nota_1702251_1140" id="nr_Nota_1702251_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_1200" id="ci_AlunoAvaliacao_1702251_1200" value="" type="hidden">
                <input name="nr_Nota_1702251_1200" id="nr_Nota_1702251_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_1620" id="ci_AlunoAvaliacao_1702251_1620" value="" type="hidden">
                <input name="nr_Nota_1702251_1620" id="nr_Nota_1702251_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1702251_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1702251_1730" id="ci_AlunoAvaliacao_1702251_1730" value="" type="hidden">
                <input name="nr_Nota_1702251_1730" id="nr_Nota_1702251_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1228274&nbsp;MARIA LUZIRENE SILVA DE VASCONCELOS
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="1228274" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228274_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_154" id="ci_AlunoAvaliacao_1228274_154" value="" type="hidden">
                <input name="nr_Nota_1228274_154" id="nr_Nota_1228274_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_160" id="ci_AlunoAvaliacao_1228274_160" value="" type="hidden">
                <input name="nr_Nota_1228274_160" id="nr_Nota_1228274_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_530" id="ci_AlunoAvaliacao_1228274_530" value="" type="hidden">
                <input name="nr_Nota_1228274_530" id="nr_Nota_1228274_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_780" id="ci_AlunoAvaliacao_1228274_780" value="" type="hidden">
                <input name="nr_Nota_1228274_780" id="nr_Nota_1228274_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_800" id="ci_AlunoAvaliacao_1228274_800" value="" type="hidden">
                <input name="nr_Nota_1228274_800" id="nr_Nota_1228274_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_890" id="ci_AlunoAvaliacao_1228274_890" value="" type="hidden">
                <input name="nr_Nota_1228274_890" id="nr_Nota_1228274_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_970" id="ci_AlunoAvaliacao_1228274_970" value="" type="hidden">
                <input name="nr_Nota_1228274_970" id="nr_Nota_1228274_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_3330" id="ci_AlunoAvaliacao_1228274_3330" value="" type="hidden">
                <input name="nr_Nota_1228274_3330" id="nr_Nota_1228274_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_1130" id="ci_AlunoAvaliacao_1228274_1130" value="" type="hidden">
                <input name="nr_Nota_1228274_1130" id="nr_Nota_1228274_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_1140" id="ci_AlunoAvaliacao_1228274_1140" value="" type="hidden">
                <input name="nr_Nota_1228274_1140" id="nr_Nota_1228274_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_1200" id="ci_AlunoAvaliacao_1228274_1200" value="" type="hidden">
                <input name="nr_Nota_1228274_1200" id="nr_Nota_1228274_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_1620" id="ci_AlunoAvaliacao_1228274_1620" value="" type="hidden">
                <input name="nr_Nota_1228274_1620" id="nr_Nota_1228274_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228274_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228274_1730" id="ci_AlunoAvaliacao_1228274_1730" value="" type="hidden">
                <input name="nr_Nota_1228274_1730" id="nr_Nota_1228274_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196480&nbsp;MIRELLE DE OLIVEIRA ROCHA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="1196480" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196480_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_154" id="ci_AlunoAvaliacao_1196480_154" value="" type="hidden">
                <input name="nr_Nota_1196480_154" id="nr_Nota_1196480_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_160" id="ci_AlunoAvaliacao_1196480_160" value="" type="hidden">
                <input name="nr_Nota_1196480_160" id="nr_Nota_1196480_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_530" id="ci_AlunoAvaliacao_1196480_530" value="" type="hidden">
                <input name="nr_Nota_1196480_530" id="nr_Nota_1196480_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_780" id="ci_AlunoAvaliacao_1196480_780" value="" type="hidden">
                <input name="nr_Nota_1196480_780" id="nr_Nota_1196480_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_800" id="ci_AlunoAvaliacao_1196480_800" value="" type="hidden">
                <input name="nr_Nota_1196480_800" id="nr_Nota_1196480_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_890" id="ci_AlunoAvaliacao_1196480_890" value="" type="hidden">
                <input name="nr_Nota_1196480_890" id="nr_Nota_1196480_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_970" id="ci_AlunoAvaliacao_1196480_970" value="" type="hidden">
                <input name="nr_Nota_1196480_970" id="nr_Nota_1196480_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_3330" id="ci_AlunoAvaliacao_1196480_3330" value="" type="hidden">
                <input name="nr_Nota_1196480_3330" id="nr_Nota_1196480_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_1130" id="ci_AlunoAvaliacao_1196480_1130" value="" type="hidden">
                <input name="nr_Nota_1196480_1130" id="nr_Nota_1196480_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_1140" id="ci_AlunoAvaliacao_1196480_1140" value="" type="hidden">
                <input name="nr_Nota_1196480_1140" id="nr_Nota_1196480_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_1200" id="ci_AlunoAvaliacao_1196480_1200" value="" type="hidden">
                <input name="nr_Nota_1196480_1200" id="nr_Nota_1196480_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_1620" id="ci_AlunoAvaliacao_1196480_1620" value="" type="hidden">
                <input name="nr_Nota_1196480_1620" id="nr_Nota_1196480_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196480_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196480_1730" id="ci_AlunoAvaliacao_1196480_1730" value="" type="hidden">
                <input name="nr_Nota_1196480_1730" id="nr_Nota_1196480_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;600763&nbsp;NATANAEL FERREIRA DE SOUSA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="600763" type="hidden"></td>
            
            <td id="colunaNotaAluno_600763_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_154" id="ci_AlunoAvaliacao_600763_154" value="" type="hidden">
                <input name="nr_Nota_600763_154" id="nr_Nota_600763_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_160" id="ci_AlunoAvaliacao_600763_160" value="" type="hidden">
                <input name="nr_Nota_600763_160" id="nr_Nota_600763_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_530" id="ci_AlunoAvaliacao_600763_530" value="" type="hidden">
                <input name="nr_Nota_600763_530" id="nr_Nota_600763_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_780" id="ci_AlunoAvaliacao_600763_780" value="" type="hidden">
                <input name="nr_Nota_600763_780" id="nr_Nota_600763_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_800" id="ci_AlunoAvaliacao_600763_800" value="" type="hidden">
                <input name="nr_Nota_600763_800" id="nr_Nota_600763_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_890" id="ci_AlunoAvaliacao_600763_890" value="" type="hidden">
                <input name="nr_Nota_600763_890" id="nr_Nota_600763_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_970" id="ci_AlunoAvaliacao_600763_970" value="" type="hidden">
                <input name="nr_Nota_600763_970" id="nr_Nota_600763_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_3330" id="ci_AlunoAvaliacao_600763_3330" value="" type="hidden">
                <input name="nr_Nota_600763_3330" id="nr_Nota_600763_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_1130" id="ci_AlunoAvaliacao_600763_1130" value="" type="hidden">
                <input name="nr_Nota_600763_1130" id="nr_Nota_600763_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_1140" id="ci_AlunoAvaliacao_600763_1140" value="" type="hidden">
                <input name="nr_Nota_600763_1140" id="nr_Nota_600763_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_1200" id="ci_AlunoAvaliacao_600763_1200" value="" type="hidden">
                <input name="nr_Nota_600763_1200" id="nr_Nota_600763_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_1620" id="ci_AlunoAvaliacao_600763_1620" value="" type="hidden">
                <input name="nr_Nota_600763_1620" id="nr_Nota_600763_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_600763_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_600763_1730" id="ci_AlunoAvaliacao_600763_1730" value="" type="hidden">
                <input name="nr_Nota_600763_1730" id="nr_Nota_600763_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2523651&nbsp;SARA RAQUEL VIEIRA DA SILVA
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="2523651" type="hidden"></td>
            
            <td id="colunaNotaAluno_2523651_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_154" id="ci_AlunoAvaliacao_2523651_154" value="" type="hidden">
                <input name="nr_Nota_2523651_154" id="nr_Nota_2523651_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_160" id="ci_AlunoAvaliacao_2523651_160" value="" type="hidden">
                <input name="nr_Nota_2523651_160" id="nr_Nota_2523651_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_530" id="ci_AlunoAvaliacao_2523651_530" value="" type="hidden">
                <input name="nr_Nota_2523651_530" id="nr_Nota_2523651_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_780" id="ci_AlunoAvaliacao_2523651_780" value="" type="hidden">
                <input name="nr_Nota_2523651_780" id="nr_Nota_2523651_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_800" id="ci_AlunoAvaliacao_2523651_800" value="" type="hidden">
                <input name="nr_Nota_2523651_800" id="nr_Nota_2523651_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_890" id="ci_AlunoAvaliacao_2523651_890" value="" type="hidden">
                <input name="nr_Nota_2523651_890" id="nr_Nota_2523651_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_970" id="ci_AlunoAvaliacao_2523651_970" value="" type="hidden">
                <input name="nr_Nota_2523651_970" id="nr_Nota_2523651_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_3330" id="ci_AlunoAvaliacao_2523651_3330" value="" type="hidden">
                <input name="nr_Nota_2523651_3330" id="nr_Nota_2523651_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_1130" id="ci_AlunoAvaliacao_2523651_1130" value="" type="hidden">
                <input name="nr_Nota_2523651_1130" id="nr_Nota_2523651_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_1140" id="ci_AlunoAvaliacao_2523651_1140" value="" type="hidden">
                <input name="nr_Nota_2523651_1140" id="nr_Nota_2523651_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_1200" id="ci_AlunoAvaliacao_2523651_1200" value="" type="hidden">
                <input name="nr_Nota_2523651_1200" id="nr_Nota_2523651_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_1620" id="ci_AlunoAvaliacao_2523651_1620" value="" type="hidden">
                <input name="nr_Nota_2523651_1620" id="nr_Nota_2523651_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523651_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523651_1730" id="ci_AlunoAvaliacao_2523651_1730" value="" type="hidden">
                <input name="nr_Nota_2523651_1730" id="nr_Nota_2523651_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1657691&nbsp;THAYNAN SENA DA SILVA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1657691" type="hidden"></td>
            
            <td id="colunaNotaAluno_1657691_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_154" id="ci_AlunoAvaliacao_1657691_154" value="" type="hidden">
                <input name="nr_Nota_1657691_154" id="nr_Nota_1657691_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_160" id="ci_AlunoAvaliacao_1657691_160" value="" type="hidden">
                <input name="nr_Nota_1657691_160" id="nr_Nota_1657691_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_530" id="ci_AlunoAvaliacao_1657691_530" value="" type="hidden">
                <input name="nr_Nota_1657691_530" id="nr_Nota_1657691_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_780" id="ci_AlunoAvaliacao_1657691_780" value="" type="hidden">
                <input name="nr_Nota_1657691_780" id="nr_Nota_1657691_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_800" id="ci_AlunoAvaliacao_1657691_800" value="" type="hidden">
                <input name="nr_Nota_1657691_800" id="nr_Nota_1657691_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_890" id="ci_AlunoAvaliacao_1657691_890" value="" type="hidden">
                <input name="nr_Nota_1657691_890" id="nr_Nota_1657691_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_970" id="ci_AlunoAvaliacao_1657691_970" value="" type="hidden">
                <input name="nr_Nota_1657691_970" id="nr_Nota_1657691_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_3330" id="ci_AlunoAvaliacao_1657691_3330" value="" type="hidden">
                <input name="nr_Nota_1657691_3330" id="nr_Nota_1657691_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_1130" id="ci_AlunoAvaliacao_1657691_1130" value="" type="hidden">
                <input name="nr_Nota_1657691_1130" id="nr_Nota_1657691_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_1140" id="ci_AlunoAvaliacao_1657691_1140" value="" type="hidden">
                <input name="nr_Nota_1657691_1140" id="nr_Nota_1657691_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_1200" id="ci_AlunoAvaliacao_1657691_1200" value="" type="hidden">
                <input name="nr_Nota_1657691_1200" id="nr_Nota_1657691_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_1620" id="ci_AlunoAvaliacao_1657691_1620" value="" type="hidden">
                <input name="nr_Nota_1657691_1620" id="nr_Nota_1657691_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657691_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657691_1730" id="ci_AlunoAvaliacao_1657691_1730" value="" type="hidden">
                <input name="nr_Nota_1657691_1730" id="nr_Nota_1657691_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;428658&nbsp;TIAGO DA SILVA ALVES
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="428658" type="hidden"></td>
            
            <td id="colunaNotaAluno_428658_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_154" id="ci_AlunoAvaliacao_428658_154" value="" type="hidden">
                <input name="nr_Nota_428658_154" id="nr_Nota_428658_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_160" id="ci_AlunoAvaliacao_428658_160" value="" type="hidden">
                <input name="nr_Nota_428658_160" id="nr_Nota_428658_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_530" id="ci_AlunoAvaliacao_428658_530" value="" type="hidden">
                <input name="nr_Nota_428658_530" id="nr_Nota_428658_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_780" id="ci_AlunoAvaliacao_428658_780" value="" type="hidden">
                <input name="nr_Nota_428658_780" id="nr_Nota_428658_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_800" id="ci_AlunoAvaliacao_428658_800" value="" type="hidden">
                <input name="nr_Nota_428658_800" id="nr_Nota_428658_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_890" id="ci_AlunoAvaliacao_428658_890" value="" type="hidden">
                <input name="nr_Nota_428658_890" id="nr_Nota_428658_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_970" id="ci_AlunoAvaliacao_428658_970" value="" type="hidden">
                <input name="nr_Nota_428658_970" id="nr_Nota_428658_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_3330" id="ci_AlunoAvaliacao_428658_3330" value="" type="hidden">
                <input name="nr_Nota_428658_3330" id="nr_Nota_428658_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_1130" id="ci_AlunoAvaliacao_428658_1130" value="" type="hidden">
                <input name="nr_Nota_428658_1130" id="nr_Nota_428658_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_1140" id="ci_AlunoAvaliacao_428658_1140" value="" type="hidden">
                <input name="nr_Nota_428658_1140" id="nr_Nota_428658_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_1200" id="ci_AlunoAvaliacao_428658_1200" value="" type="hidden">
                <input name="nr_Nota_428658_1200" id="nr_Nota_428658_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_1620" id="ci_AlunoAvaliacao_428658_1620" value="" type="hidden">
                <input name="nr_Nota_428658_1620" id="nr_Nota_428658_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_428658_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_428658_1730" id="ci_AlunoAvaliacao_428658_1730" value="" type="hidden">
                <input name="nr_Nota_428658_1730" id="nr_Nota_428658_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;923611&nbsp;TICYANA GOMES DE SOUSA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="923611" type="hidden"></td>
            
            <td id="colunaNotaAluno_923611_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_154" id="ci_AlunoAvaliacao_923611_154" value="" type="hidden">
                <input name="nr_Nota_923611_154" id="nr_Nota_923611_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_160" id="ci_AlunoAvaliacao_923611_160" value="" type="hidden">
                <input name="nr_Nota_923611_160" id="nr_Nota_923611_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_530" id="ci_AlunoAvaliacao_923611_530" value="" type="hidden">
                <input name="nr_Nota_923611_530" id="nr_Nota_923611_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_780" id="ci_AlunoAvaliacao_923611_780" value="" type="hidden">
                <input name="nr_Nota_923611_780" id="nr_Nota_923611_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_800" id="ci_AlunoAvaliacao_923611_800" value="" type="hidden">
                <input name="nr_Nota_923611_800" id="nr_Nota_923611_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_890" id="ci_AlunoAvaliacao_923611_890" value="" type="hidden">
                <input name="nr_Nota_923611_890" id="nr_Nota_923611_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_970" id="ci_AlunoAvaliacao_923611_970" value="" type="hidden">
                <input name="nr_Nota_923611_970" id="nr_Nota_923611_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_3330" id="ci_AlunoAvaliacao_923611_3330" value="" type="hidden">
                <input name="nr_Nota_923611_3330" id="nr_Nota_923611_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_1130" id="ci_AlunoAvaliacao_923611_1130" value="" type="hidden">
                <input name="nr_Nota_923611_1130" id="nr_Nota_923611_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_1140" id="ci_AlunoAvaliacao_923611_1140" value="" type="hidden">
                <input name="nr_Nota_923611_1140" id="nr_Nota_923611_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_1200" id="ci_AlunoAvaliacao_923611_1200" value="" type="hidden">
                <input name="nr_Nota_923611_1200" id="nr_Nota_923611_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_1620" id="ci_AlunoAvaliacao_923611_1620" value="" type="hidden">
                <input name="nr_Nota_923611_1620" id="nr_Nota_923611_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_923611_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_923611_1730" id="ci_AlunoAvaliacao_923611_1730" value="" type="hidden">
                <input name="nr_Nota_923611_1730" id="nr_Nota_923611_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;915467&nbsp;VALTERLANDIA ALVES DO NASCIMENTO
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="915467" type="hidden"></td>
            
            <td id="colunaNotaAluno_915467_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_154" id="ci_AlunoAvaliacao_915467_154" value="" type="hidden">
                <input name="nr_Nota_915467_154" id="nr_Nota_915467_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_160" id="ci_AlunoAvaliacao_915467_160" value="" type="hidden">
                <input name="nr_Nota_915467_160" id="nr_Nota_915467_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_530" id="ci_AlunoAvaliacao_915467_530" value="" type="hidden">
                <input name="nr_Nota_915467_530" id="nr_Nota_915467_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_780" id="ci_AlunoAvaliacao_915467_780" value="" type="hidden">
                <input name="nr_Nota_915467_780" id="nr_Nota_915467_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_800" id="ci_AlunoAvaliacao_915467_800" value="" type="hidden">
                <input name="nr_Nota_915467_800" id="nr_Nota_915467_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_890" id="ci_AlunoAvaliacao_915467_890" value="" type="hidden">
                <input name="nr_Nota_915467_890" id="nr_Nota_915467_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_970" id="ci_AlunoAvaliacao_915467_970" value="" type="hidden">
                <input name="nr_Nota_915467_970" id="nr_Nota_915467_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_3330" id="ci_AlunoAvaliacao_915467_3330" value="" type="hidden">
                <input name="nr_Nota_915467_3330" id="nr_Nota_915467_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_1130" id="ci_AlunoAvaliacao_915467_1130" value="" type="hidden">
                <input name="nr_Nota_915467_1130" id="nr_Nota_915467_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_1140" id="ci_AlunoAvaliacao_915467_1140" value="" type="hidden">
                <input name="nr_Nota_915467_1140" id="nr_Nota_915467_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_1200" id="ci_AlunoAvaliacao_915467_1200" value="" type="hidden">
                <input name="nr_Nota_915467_1200" id="nr_Nota_915467_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_1620" id="ci_AlunoAvaliacao_915467_1620" value="" type="hidden">
                <input name="nr_Nota_915467_1620" id="nr_Nota_915467_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_915467_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_915467_1730" id="ci_AlunoAvaliacao_915467_1730" value="" type="hidden">
                <input name="nr_Nota_915467_1730" id="nr_Nota_915467_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2523675&nbsp;WILTON DE CASTRO FREIRE
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="2523675" type="hidden"></td>
            
            <td id="colunaNotaAluno_2523675_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_154" id="ci_AlunoAvaliacao_2523675_154" value="" type="hidden">
                <input name="nr_Nota_2523675_154" id="nr_Nota_2523675_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_160" id="ci_AlunoAvaliacao_2523675_160" value="" type="hidden">
                <input name="nr_Nota_2523675_160" id="nr_Nota_2523675_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_530" id="ci_AlunoAvaliacao_2523675_530" value="" type="hidden">
                <input name="nr_Nota_2523675_530" id="nr_Nota_2523675_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_780" id="ci_AlunoAvaliacao_2523675_780" value="" type="hidden">
                <input name="nr_Nota_2523675_780" id="nr_Nota_2523675_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_800" id="ci_AlunoAvaliacao_2523675_800" value="" type="hidden">
                <input name="nr_Nota_2523675_800" id="nr_Nota_2523675_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_890" id="ci_AlunoAvaliacao_2523675_890" value="" type="hidden">
                <input name="nr_Nota_2523675_890" id="nr_Nota_2523675_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_970" id="ci_AlunoAvaliacao_2523675_970" value="" type="hidden">
                <input name="nr_Nota_2523675_970" id="nr_Nota_2523675_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_3330" id="ci_AlunoAvaliacao_2523675_3330" value="" type="hidden">
                <input name="nr_Nota_2523675_3330" id="nr_Nota_2523675_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_1130" id="ci_AlunoAvaliacao_2523675_1130" value="" type="hidden">
                <input name="nr_Nota_2523675_1130" id="nr_Nota_2523675_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_1140" id="ci_AlunoAvaliacao_2523675_1140" value="" type="hidden">
                <input name="nr_Nota_2523675_1140" id="nr_Nota_2523675_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_1200" id="ci_AlunoAvaliacao_2523675_1200" value="" type="hidden">
                <input name="nr_Nota_2523675_1200" id="nr_Nota_2523675_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_1620" id="ci_AlunoAvaliacao_2523675_1620" value="" type="hidden">
                <input name="nr_Nota_2523675_1620" id="nr_Nota_2523675_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2523675_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2523675_1730" id="ci_AlunoAvaliacao_2523675_1730" value="" type="hidden">
                <input name="nr_Nota_2523675_1730" id="nr_Nota_2523675_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;821828&nbsp;YORRANA DA SILVA VASCONCELOS
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="821828" type="hidden"></td>
            
            <td id="colunaNotaAluno_821828_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_154" id="ci_AlunoAvaliacao_821828_154" value="" type="hidden">
                <input name="nr_Nota_821828_154" id="nr_Nota_821828_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_160" id="ci_AlunoAvaliacao_821828_160" value="" type="hidden">
                <input name="nr_Nota_821828_160" id="nr_Nota_821828_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_530" id="ci_AlunoAvaliacao_821828_530" value="" type="hidden">
                <input name="nr_Nota_821828_530" id="nr_Nota_821828_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_780" id="ci_AlunoAvaliacao_821828_780" value="" type="hidden">
                <input name="nr_Nota_821828_780" id="nr_Nota_821828_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_800" id="ci_AlunoAvaliacao_821828_800" value="" type="hidden">
                <input name="nr_Nota_821828_800" id="nr_Nota_821828_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_890" id="ci_AlunoAvaliacao_821828_890" value="" type="hidden">
                <input name="nr_Nota_821828_890" id="nr_Nota_821828_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_970" id="ci_AlunoAvaliacao_821828_970" value="" type="hidden">
                <input name="nr_Nota_821828_970" id="nr_Nota_821828_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_3330" id="ci_AlunoAvaliacao_821828_3330" value="" type="hidden">
                <input name="nr_Nota_821828_3330" id="nr_Nota_821828_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_1130" id="ci_AlunoAvaliacao_821828_1130" value="" type="hidden">
                <input name="nr_Nota_821828_1130" id="nr_Nota_821828_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_1140" id="ci_AlunoAvaliacao_821828_1140" value="" type="hidden">
                <input name="nr_Nota_821828_1140" id="nr_Nota_821828_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_1200" id="ci_AlunoAvaliacao_821828_1200" value="" type="hidden">
                <input name="nr_Nota_821828_1200" id="nr_Nota_821828_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_1620" id="ci_AlunoAvaliacao_821828_1620" value="" type="hidden">
                <input name="nr_Nota_821828_1620" id="nr_Nota_821828_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_821828_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_821828_1730" id="ci_AlunoAvaliacao_821828_1730" value="" type="hidden">
                <input name="nr_Nota_821828_1730" id="nr_Nota_821828_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1279427&nbsp;DYONE SOUSA COSTA
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1279427" type="hidden"></td>
            
            <td id="colunaNotaAluno_1279427_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_154" id="ci_AlunoAvaliacao_1279427_154" value="" type="hidden">
                <input name="nr_Nota_1279427_154" id="nr_Nota_1279427_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_160" id="ci_AlunoAvaliacao_1279427_160" value="" type="hidden">
                <input name="nr_Nota_1279427_160" id="nr_Nota_1279427_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_530" id="ci_AlunoAvaliacao_1279427_530" value="" type="hidden">
                <input name="nr_Nota_1279427_530" id="nr_Nota_1279427_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_780" id="ci_AlunoAvaliacao_1279427_780" value="" type="hidden">
                <input name="nr_Nota_1279427_780" id="nr_Nota_1279427_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_800" id="ci_AlunoAvaliacao_1279427_800" value="" type="hidden">
                <input name="nr_Nota_1279427_800" id="nr_Nota_1279427_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_890" id="ci_AlunoAvaliacao_1279427_890" value="" type="hidden">
                <input name="nr_Nota_1279427_890" id="nr_Nota_1279427_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_970" id="ci_AlunoAvaliacao_1279427_970" value="" type="hidden">
                <input name="nr_Nota_1279427_970" id="nr_Nota_1279427_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_3330" id="ci_AlunoAvaliacao_1279427_3330" value="" type="hidden">
                <input name="nr_Nota_1279427_3330" id="nr_Nota_1279427_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_1130" id="ci_AlunoAvaliacao_1279427_1130" value="" type="hidden">
                <input name="nr_Nota_1279427_1130" id="nr_Nota_1279427_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_1140" id="ci_AlunoAvaliacao_1279427_1140" value="" type="hidden">
                <input name="nr_Nota_1279427_1140" id="nr_Nota_1279427_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_1200" id="ci_AlunoAvaliacao_1279427_1200" value="" type="hidden">
                <input name="nr_Nota_1279427_1200" id="nr_Nota_1279427_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_1620" id="ci_AlunoAvaliacao_1279427_1620" value="" type="hidden">
                <input name="nr_Nota_1279427_1620" id="nr_Nota_1279427_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1279427_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1279427_1730" id="ci_AlunoAvaliacao_1279427_1730" value="" type="hidden">
                <input name="nr_Nota_1279427_1730" id="nr_Nota_1279427_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;90949&nbsp;THIAGO ALVES BASTOS
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="90949" type="hidden"></td>
            
            <td id="colunaNotaAluno_90949_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_154" id="ci_AlunoAvaliacao_90949_154" value="" type="hidden">
                <input name="nr_Nota_90949_154" id="nr_Nota_90949_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_160" id="ci_AlunoAvaliacao_90949_160" value="" type="hidden">
                <input name="nr_Nota_90949_160" id="nr_Nota_90949_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_530" id="ci_AlunoAvaliacao_90949_530" value="" type="hidden">
                <input name="nr_Nota_90949_530" id="nr_Nota_90949_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_780" id="ci_AlunoAvaliacao_90949_780" value="" type="hidden">
                <input name="nr_Nota_90949_780" id="nr_Nota_90949_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_800" id="ci_AlunoAvaliacao_90949_800" value="" type="hidden">
                <input name="nr_Nota_90949_800" id="nr_Nota_90949_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_890" id="ci_AlunoAvaliacao_90949_890" value="" type="hidden">
                <input name="nr_Nota_90949_890" id="nr_Nota_90949_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_970" id="ci_AlunoAvaliacao_90949_970" value="" type="hidden">
                <input name="nr_Nota_90949_970" id="nr_Nota_90949_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_3330" id="ci_AlunoAvaliacao_90949_3330" value="" type="hidden">
                <input name="nr_Nota_90949_3330" id="nr_Nota_90949_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_1130" id="ci_AlunoAvaliacao_90949_1130" value="" type="hidden">
                <input name="nr_Nota_90949_1130" id="nr_Nota_90949_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_1140" id="ci_AlunoAvaliacao_90949_1140" value="" type="hidden">
                <input name="nr_Nota_90949_1140" id="nr_Nota_90949_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_1200" id="ci_AlunoAvaliacao_90949_1200" value="" type="hidden">
                <input name="nr_Nota_90949_1200" id="nr_Nota_90949_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_1620" id="ci_AlunoAvaliacao_90949_1620" value="" type="hidden">
                <input name="nr_Nota_90949_1620" id="nr_Nota_90949_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90949_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90949_1730" id="ci_AlunoAvaliacao_90949_1730" value="" type="hidden">
                <input name="nr_Nota_90949_1730" id="nr_Nota_90949_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;494542&nbsp;FERNANDO SALES DA SILVA
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="494542" type="hidden"></td>
            
            <td id="colunaNotaAluno_494542_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_154" id="ci_AlunoAvaliacao_494542_154" value="" type="hidden">
                <input name="nr_Nota_494542_154" id="nr_Nota_494542_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_160" id="ci_AlunoAvaliacao_494542_160" value="" type="hidden">
                <input name="nr_Nota_494542_160" id="nr_Nota_494542_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_530" id="ci_AlunoAvaliacao_494542_530" value="" type="hidden">
                <input name="nr_Nota_494542_530" id="nr_Nota_494542_530" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_780" id="ci_AlunoAvaliacao_494542_780" value="" type="hidden">
                <input name="nr_Nota_494542_780" id="nr_Nota_494542_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_800" id="ci_AlunoAvaliacao_494542_800" value="" type="hidden">
                <input name="nr_Nota_494542_800" id="nr_Nota_494542_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_890" id="ci_AlunoAvaliacao_494542_890" value="" type="hidden">
                <input name="nr_Nota_494542_890" id="nr_Nota_494542_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_970" id="ci_AlunoAvaliacao_494542_970" value="" type="hidden">
                <input name="nr_Nota_494542_970" id="nr_Nota_494542_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_3330" id="ci_AlunoAvaliacao_494542_3330" value="" type="hidden">
                <input name="nr_Nota_494542_3330" id="nr_Nota_494542_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_1130" id="ci_AlunoAvaliacao_494542_1130" value="" type="hidden">
                <input name="nr_Nota_494542_1130" id="nr_Nota_494542_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_1140" id="ci_AlunoAvaliacao_494542_1140" value="" type="hidden">
                <input name="nr_Nota_494542_1140" id="nr_Nota_494542_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_1200" id="ci_AlunoAvaliacao_494542_1200" value="" type="hidden">
                <input name="nr_Nota_494542_1200" id="nr_Nota_494542_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_1620" id="ci_AlunoAvaliacao_494542_1620" value="" type="hidden">
                <input name="nr_Nota_494542_1620" id="nr_Nota_494542_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494542_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494542_1730" id="ci_AlunoAvaliacao_494542_1730" value="" type="hidden">
                <input name="nr_Nota_494542_1730" id="nr_Nota_494542_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;120892&nbsp;IGOR LEVIR SOUZA RABELO
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="120892" type="hidden"></td>
            
            <td id="colunaNotaAluno_120892_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_154" id="ci_AlunoAvaliacao_120892_154" value="" type="hidden">
                <input name="nr_Nota_120892_154" id="nr_Nota_120892_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_160" id="ci_AlunoAvaliacao_120892_160" value="" type="hidden">
                <input name="nr_Nota_120892_160" id="nr_Nota_120892_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_530" id="ci_AlunoAvaliacao_120892_530" value="" type="hidden">
                <input name="nr_Nota_120892_530" id="nr_Nota_120892_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_780" id="ci_AlunoAvaliacao_120892_780" value="" type="hidden">
                <input name="nr_Nota_120892_780" id="nr_Nota_120892_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_800" id="ci_AlunoAvaliacao_120892_800" value="" type="hidden">
                <input name="nr_Nota_120892_800" id="nr_Nota_120892_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_890" id="ci_AlunoAvaliacao_120892_890" value="" type="hidden">
                <input name="nr_Nota_120892_890" id="nr_Nota_120892_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_970" id="ci_AlunoAvaliacao_120892_970" value="" type="hidden">
                <input name="nr_Nota_120892_970" id="nr_Nota_120892_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_3330" id="ci_AlunoAvaliacao_120892_3330" value="" type="hidden">
                <input name="nr_Nota_120892_3330" id="nr_Nota_120892_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_1130" id="ci_AlunoAvaliacao_120892_1130" value="" type="hidden">
                <input name="nr_Nota_120892_1130" id="nr_Nota_120892_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_1140" id="ci_AlunoAvaliacao_120892_1140" value="" type="hidden">
                <input name="nr_Nota_120892_1140" id="nr_Nota_120892_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_1200" id="ci_AlunoAvaliacao_120892_1200" value="" type="hidden">
                <input name="nr_Nota_120892_1200" id="nr_Nota_120892_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_1620" id="ci_AlunoAvaliacao_120892_1620" value="" type="hidden">
                <input name="nr_Nota_120892_1620" id="nr_Nota_120892_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_120892_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_120892_1730" id="ci_AlunoAvaliacao_120892_1730" value="" type="hidden">
                <input name="nr_Nota_120892_1730" id="nr_Nota_120892_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1647765&nbsp;IVINA NARA ARAUJO SILVA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="1647765" type="hidden"></td>
            
            <td id="colunaNotaAluno_1647765_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_154" id="ci_AlunoAvaliacao_1647765_154" value="" type="hidden">
                <input name="nr_Nota_1647765_154" id="nr_Nota_1647765_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_160" id="ci_AlunoAvaliacao_1647765_160" value="" type="hidden">
                <input name="nr_Nota_1647765_160" id="nr_Nota_1647765_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_530" id="ci_AlunoAvaliacao_1647765_530" value="" type="hidden">
                <input name="nr_Nota_1647765_530" id="nr_Nota_1647765_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_780" id="ci_AlunoAvaliacao_1647765_780" value="" type="hidden">
                <input name="nr_Nota_1647765_780" id="nr_Nota_1647765_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_800" id="ci_AlunoAvaliacao_1647765_800" value="" type="hidden">
                <input name="nr_Nota_1647765_800" id="nr_Nota_1647765_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_890" id="ci_AlunoAvaliacao_1647765_890" value="" type="hidden">
                <input name="nr_Nota_1647765_890" id="nr_Nota_1647765_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_970" id="ci_AlunoAvaliacao_1647765_970" value="" type="hidden">
                <input name="nr_Nota_1647765_970" id="nr_Nota_1647765_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_3330" id="ci_AlunoAvaliacao_1647765_3330" value="" type="hidden">
                <input name="nr_Nota_1647765_3330" id="nr_Nota_1647765_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_1130" id="ci_AlunoAvaliacao_1647765_1130" value="" type="hidden">
                <input name="nr_Nota_1647765_1130" id="nr_Nota_1647765_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_1140" id="ci_AlunoAvaliacao_1647765_1140" value="" type="hidden">
                <input name="nr_Nota_1647765_1140" id="nr_Nota_1647765_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_1200" id="ci_AlunoAvaliacao_1647765_1200" value="" type="hidden">
                <input name="nr_Nota_1647765_1200" id="nr_Nota_1647765_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_1620" id="ci_AlunoAvaliacao_1647765_1620" value="" type="hidden">
                <input name="nr_Nota_1647765_1620" id="nr_Nota_1647765_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1647765_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1647765_1730" id="ci_AlunoAvaliacao_1647765_1730" value="" type="hidden">
                <input name="nr_Nota_1647765_1730" id="nr_Nota_1647765_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;314896&nbsp;MARIA FRANCILENE RODRIGUES DE SOUSA
              <input id="cd_Aluno_45" name="cd_Aluno_45" value="314896" type="hidden"></td>
            
            <td id="colunaNotaAluno_314896_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_154" id="ci_AlunoAvaliacao_314896_154" value="" type="hidden">
                <input name="nr_Nota_314896_154" id="nr_Nota_314896_154" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_160" id="ci_AlunoAvaliacao_314896_160" value="" type="hidden">
                <input name="nr_Nota_314896_160" id="nr_Nota_314896_160" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_530" id="ci_AlunoAvaliacao_314896_530" value="" type="hidden">
                <input name="nr_Nota_314896_530" id="nr_Nota_314896_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_780" id="ci_AlunoAvaliacao_314896_780" value="" type="hidden">
                <input name="nr_Nota_314896_780" id="nr_Nota_314896_780" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_800" id="ci_AlunoAvaliacao_314896_800" value="" type="hidden">
                <input name="nr_Nota_314896_800" id="nr_Nota_314896_800" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_890" id="ci_AlunoAvaliacao_314896_890" value="" type="hidden">
                <input name="nr_Nota_314896_890" id="nr_Nota_314896_890" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_970" id="ci_AlunoAvaliacao_314896_970" value="" type="hidden">
                <input name="nr_Nota_314896_970" id="nr_Nota_314896_970" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_3330" id="ci_AlunoAvaliacao_314896_3330" value="" type="hidden">
                <input name="nr_Nota_314896_3330" id="nr_Nota_314896_3330" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_1130" id="ci_AlunoAvaliacao_314896_1130" value="" type="hidden">
                <input name="nr_Nota_314896_1130" id="nr_Nota_314896_1130" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_1140" id="ci_AlunoAvaliacao_314896_1140" value="" type="hidden">
                <input name="nr_Nota_314896_1140" id="nr_Nota_314896_1140" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_1200" id="ci_AlunoAvaliacao_314896_1200" value="" type="hidden">
                <input name="nr_Nota_314896_1200" id="nr_Nota_314896_1200" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_1620" id="ci_AlunoAvaliacao_314896_1620" value="" type="hidden">
                <input name="nr_Nota_314896_1620" id="nr_Nota_314896_1620" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_314896_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_314896_1730" id="ci_AlunoAvaliacao_314896_1730" value="" type="hidden">
                <input name="nr_Nota_314896_1730" id="nr_Nota_314896_1730" size="7" maxlength="4" class="textoCampos" readonly="readonly" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" disabled="disabled" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <table width="99%" border="0" cellpadding="0" cellspacing="0">
                <tbody><tr>
                  <td><span class="azul_bold"><br>
                    * Notas em AZUL, esto aprovados.</span><br>
                    <span class="vermelho_bold">
                    
                    * Notas em Vermelho, esto reprovados.
                    
                    </span></td>
                </tr>
              </tbody></table>
              
              <br>
              
              <br>
                            
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div style="display: none;" id="tooltip"><h3></h3><div class="body"></div><div class="url"></div></div><div id="hintbox"></div></body></html>